Skip to content

Commit 1706cfc

Browse files
committed
feat: let topbar overlay content
1 parent b934e2f commit 1706cfc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/styles/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
-webkit-app-region: no-drag;
3636
grid-column: 1;
3737
grid-row: 1;
38+
position: sticky;
39+
top: 0;
40+
z-index: 3;
41+
backdrop-filter: blur(18px) saturate(1.2);
3842
}
3943

4044
.main-topbar-left {
@@ -102,7 +106,7 @@
102106
-webkit-app-region: no-drag;
103107
padding: 0;
104108
grid-column: 1;
105-
grid-row: 2;
109+
grid-row: 1 / 3;
106110
}
107111

108112
.right-panel {

0 commit comments

Comments
 (0)