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 dd8895d commit e65f294Copy full SHA for e65f294
packages/uikit-workshop/src/scripts/components/pl-nav/nav-accordion.scss
@@ -18,10 +18,9 @@
18
19
.pl-c-body--theme-horizontal & {
20
overflow: auto;
21
- }
22
23
- @media all and (min-width: $pl-bp-med) {
24
- height: auto;
25
- max-height: calc(100vh - #{$offset-top} - 2rem); /* 1 */
+ @media all and (min-width: $pl-bp-med) {
+ max-height: calc(100vh - #{$offset-top} - 2rem); /* 1 */
+ }
26
}
27
0 commit comments