Skip to content

Commit 4e314f8

Browse files
committed
z-index fix for header
1 parent 6d1ca29 commit 4e314f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scout-ui/src/home/index.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,14 @@
6969
}
7070
header {
7171
padding: 12px 20px;
72+
position: relative;
73+
z-index: 1;
7274
}
7375
.refine-view-container {
7476
background: @gray8;
7577
padding: 15px 20px;
78+
position: relative;
79+
z-index: 1;
7680

7781
input.form-control.input-sm {
7882
width: 90%;

0 commit comments

Comments
 (0)