Skip to content

Commit

Permalink
Merge pull request #335 from Infineon/334-update-sidebar-to-have-heig…
Browse files Browse the repository at this point in the history
…ht-of-100

added height 100% to sidebar host
  • Loading branch information
verena-ifx authored Aug 1, 2023
2 parents c809ace + 5df746b commit aeeff1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/sidebar/sidebar.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@use "~@infineon/design-system-tokens/dist/tokens";

:host {
height: 100%;
}

.sidebar__container {
box-sizing: border-box;
display: inline-flex;
Expand Down

0 comments on commit aeeff1c

Please sign in to comment.