Skip to content

Commit 8efa190

Browse files
fix: toolbar top px (#382)
1 parent 69e9384 commit 8efa190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/css/toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
height: var(--toolbar-height);
99
justify-content: flex-start;
1010
position: sticky;
11-
top: 57px;
11+
top: 50px;
1212
z-index: var(--z-index-toolbar);
1313
}
1414

0 commit comments

Comments
 (0)