We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b934e2f commit 1706cfcCopy full SHA for 1706cfc
1 file changed
src/styles/main.css
@@ -35,6 +35,10 @@
35
-webkit-app-region: no-drag;
36
grid-column: 1;
37
grid-row: 1;
38
+ position: sticky;
39
+ top: 0;
40
+ z-index: 3;
41
+ backdrop-filter: blur(18px) saturate(1.2);
42
}
43
44
.main-topbar-left {
@@ -102,7 +106,7 @@
102
106
103
107
padding: 0;
104
108
105
- grid-row: 2;
109
+ grid-row: 1 / 3;
110
111
112
.right-panel {
0 commit comments