Skip to content

Commit 0d59275

Browse files
Sticking the topmost header in the admin pages
1 parent 1ea623c commit 0d59275

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

desktop/core/src/desktop/js/apps/admin/AdminHeader.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
.admin-header {
2121
display: flex;
2222
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;
2329

2430
.admin-header__select-dropdown {
2531
border: 1px solid $fluidx-gray-600;

hue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0f40586408cac04e111e76b9f973caf6d3ad5d20

0 commit comments

Comments
 (0)