Skip to content

Commit 435243c

Browse files
committed
fix: temp workaround to fix content exceeding the height of drawer container
1 parent 7147085 commit 435243c

File tree

1 file changed

+1
-0
lines changed
  • packages/uikit-workshop/src/scripts/lit-components/pl-drawer

1 file changed

+1
-0
lines changed

packages/uikit-workshop/src/scripts/lit-components/pl-drawer/pl-drawer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pl-drawer {
7373
display: flex;
7474
width: 100%;
7575
overflow: hidden; // needed for IE 11 so scrollbars show up
76+
max-height: calc(100% - 32px - 1.5rem); // workaround to fix drawer content collapsing. @todo: remove once larger tabs refactor PR'd
7677
}
7778

7879
.pl-c-drawer__toolbar {

0 commit comments

Comments
 (0)