Skip to content

Commit 039de9a

Browse files
authored
Merge pull request #6948 from FlowFuse/6947-user-menu-expert-drawer-pinned
[6947] User menu shows behind pinned expert drawer
2 parents a1b200f + dea0b85 commit 039de9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/stylesheets/layouts.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ $nav_height: 60px;
331331
}
332332
}
333333
.ff-header {
334-
z-index: 110;
334+
z-index: 120;
335335
background-color: $ff-white;
336336
height: $nav_height;
337337
border-bottom: 1px solid $ff-color--border;

0 commit comments

Comments
 (0)