Only apply box shadow on collapsible grids
This commit is contained in:
parent
f4fca7600a
commit
d43c0749c1
1 changed files with 3 additions and 0 deletions
|
|
@ -1124,6 +1124,9 @@ body {
|
||||||
|
|
||||||
.expand-toggle-button.container-expanded {
|
.expand-toggle-button.container-expanded {
|
||||||
bottom: var(--mobile-navigation-height);
|
bottom: var(--mobile-navigation-height);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cards-grid + .expand-toggle-button.container-expanded {
|
||||||
/* hides content that peeks through the rounded borders of the mobile navigation */
|
/* hides content that peeks through the rounded borders of the mobile navigation */
|
||||||
box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
|
box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue