fixes #356 - Web client - header non-scrolling?
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 0;
|
||||
z-index: 1030;
|
||||
z-index: 1000;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
background-color: #fff;
|
||||
border: 1px solid #999;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
z-index: 998;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user