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 95a4e71 commit fd7f2eaCopy full SHA for fd7f2ea
packages/uikit-workshop/src/sass/scss/01-abstracts/_mixins.scss
@@ -101,9 +101,8 @@
101
*/
102
&.pl-is-active {
103
max-height: calc(100vh - #{$offset-top} - 1rem);
104
- max-height: var(
105
- calc(--pl-viewport-height - 1rem),
106
- calc(100vh - #{$offset-top} - 1rem)
+ max-height: calc(
+ var(--pl-viewport-height, calc(100vh - #{$offset-top})) - 1rem
107
); /* [1] */
108
overflow: auto;
109
-webkit-overflow-scrolling: touch;
0 commit comments