Skip to content

Commit 69fbded

Browse files
fix: chat and diagnostic drawer stacking. (#24)
1 parent 1c8bc89 commit 69fbded

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles/layout-shell.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
background: var(--surface-app-header);
88
position: sticky;
99
top: 0;
10-
z-index: 200;
10+
z-index: 10;
1111
backdrop-filter: blur(8px);
1212
}
1313

@@ -432,6 +432,10 @@
432432
}
433433

434434
@media (max-width: 900px) {
435+
.app-header {
436+
z-index: 200;
437+
}
438+
435439
.app-grid {
436440
grid-template-columns: minmax(0, 1fr);
437441
grid-template-rows: auto auto auto;

0 commit comments

Comments
 (0)