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;
|
overflow: hidden;
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10001;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -26,6 +26,8 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
|
position: relative;
|
||||||
|
z-index: 10001;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue