Commit 090537d0 authored by Pan's avatar Pan

fix css

parent 2f69f13a
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}, },
zIndex: { zIndex: {
type: Number, type: Number,
default: 1000 default: 1
}, },
className: { className: {
type: String type: String
......
...@@ -69,6 +69,7 @@ ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment