diff --git a/internal/assets/static/main.css b/internal/assets/static/main.css index 6253439..ac122bd 100644 --- a/internal/assets/static/main.css +++ b/internal/assets/static/main.css @@ -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); }