Skip to content

Commit 7147085

Browse files
committed
fix: update drawer UI to not collapse content on smaller screen sizes
1 parent 2ff8e1c commit 7147085

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/uikit-workshop/src/sass/scss/04-components/_pattern-info.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,12 @@
5757
flex-shrink: 0;
5858
display: flex;
5959
flex-direction: column;
60-
max-height: 100%;
61-
overflow: auto;
6260

63-
@media all and (min-width: $pl-bp-med) {
61+
@media all and (min-width: $pl-bp-large) {
6462
flex-basis: 50%;
6563
flex-grow: 1;
64+
overflow: auto;
6665
}
67-
68-
6966
}
7067

7168
/**

0 commit comments

Comments
 (0)