We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7147085 commit 435243cCopy full SHA for 435243c
packages/uikit-workshop/src/scripts/lit-components/pl-drawer/pl-drawer.scss
@@ -73,6 +73,7 @@ pl-drawer {
73
display: flex;
74
width: 100%;
75
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
77
}
78
79
.pl-c-drawer__toolbar {
0 commit comments