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 1ea623c commit 0d59275Copy full SHA for 0d59275
desktop/core/src/desktop/js/apps/admin/AdminHeader.scss
@@ -20,6 +20,12 @@
20
.admin-header {
21
display: flex;
22
align-items: center;
23
+ position: sticky;
24
+ top: 0;
25
+ z-index: 100;
26
+ background-color: $fluidx-gray-100;
27
+ padding: 16px 0;
28
+ margin-bottom: 16px;
29
30
.admin-header__select-dropdown {
31
border: 1px solid $fluidx-gray-600;
hue
@@ -0,0 +1 @@
1
+Subproject commit 0f40586408cac04e111e76b9f973caf6d3ad5d20
0 commit comments