Only apply box shadow on collapsible grids

This commit is contained in:
Svilen Markov 2024-05-17 13:14:48 +01:00
parent f4fca7600a
commit d43c0749c1

View file

@ -1124,6 +1124,9 @@ body {
.expand-toggle-button.container-expanded {
bottom: var(--mobile-navigation-height);
}
.cards-grid + .expand-toggle-button.container-expanded {
/* hides content that peeks through the rounded borders of the mobile navigation */
box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
}