This commit is contained in:
Pan 2017-05-08 12:29:05 +08:00
parent 2f69f13ae1
commit 090537d09a
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
},
zIndex: {
type: Number,
default: 1000
default: 1
},
className: {
type: String

View file

@ -69,6 +69,7 @@
}
&:hover {
transform: translate(0, 0);
z-index: 1001;
.sidebar-container {
transform: translate(0, 0);
}