Skip to content

Commit da535ef

Browse files
committed
chore: remove unnecessary background color; stash away WIP updates for supporting smarter dropdown menu animations
1 parent cd60b6d commit da535ef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/uikit-workshop/src/sass/scss/01-abstracts/_mixins.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@
9494

9595
@media all and (min-width: $pl-bp-med) {
9696
max-height: 120rem;
97+
// WIP -- part of broader UI refactor
98+
max-height: calc(var(--pl-viewport-height) - 1rem, 120rem);
9799
}
98100
}
99101
}

packages/uikit-workshop/src/sass/scss/02-base/_body.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.pl-c-body {
1111
margin: 0;
1212
padding: 0;
13-
background-color: $pl-color-gray-13;
1413
-webkit-text-size-adjust: 100%;
1514
display: flex;
1615
flex-direction: column;

0 commit comments

Comments
 (0)