We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8bc89 commit 69fbdedCopy full SHA for 69fbded
1 file changed
src/styles/layout-shell.css
@@ -7,7 +7,7 @@
7
background: var(--surface-app-header);
8
position: sticky;
9
top: 0;
10
- z-index: 200;
+ z-index: 10;
11
backdrop-filter: blur(8px);
12
}
13
@@ -432,6 +432,10 @@
432
433
434
@media (max-width: 900px) {
435
+ .app-header {
436
+ z-index: 200;
437
+ }
438
+
439
.app-grid {
440
grid-template-columns: minmax(0, 1fr);
441
grid-template-rows: auto auto auto;
0 commit comments