added shadow to header

This commit is contained in:
2026-07-02 21:51:58 +02:00
parent 3f9de099aa
commit fe0adcf68e
+1
View File
@@ -123,6 +123,7 @@ function handleToggleLayout() {
right: 0; right: 0;
z-index: 20; z-index: 20;
background: var(--color-background); background: var(--color-background);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
} }
.app-nav__wrapper { .app-nav__wrapper {