forked from AkkomaGang/admin-fe
fix css
This commit is contained in:
parent
2f69f13ae1
commit
090537d09a
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 1000
|
||||
default: 1
|
||||
},
|
||||
className: {
|
||||
type: String
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
}
|
||||
&:hover {
|
||||
transform: translate(0, 0);
|
||||
z-index: 1001;
|
||||
.sidebar-container {
|
||||
transform: translate(0, 0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue