mirror of https://github.com/fantasticit/think.git
fix: make memubar zIndex bigger
This commit is contained in:
parent
90e8acd065
commit
c50a520529
|
@ -26,6 +26,8 @@
|
|||
overflow: hidden;
|
||||
|
||||
> header {
|
||||
position: relative;
|
||||
z-index: 10001;
|
||||
height: 50px;
|
||||
padding: 0 24px;
|
||||
display: flex;
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
overflow: hidden;
|
||||
|
||||
> header {
|
||||
position: relative;
|
||||
z-index: 10001;
|
||||
height: 50px;
|
||||
padding: 0 24px;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue