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: {
|
zIndex: {
|
||||||
type: Number,
|
type: Number,
|
||||||
default: 1000
|
default: 1
|
||||||
},
|
},
|
||||||
className: {
|
className: {
|
||||||
type: String
|
type: String
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
|
z-index: 1001;
|
||||||
.sidebar-container {
|
.sidebar-container {
|
||||||
transform: translate(0, 0);
|
transform: translate(0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue