Unverified Commit 14d14a0a authored by yann300's avatar yann300 Committed by GitHub

Fix z-index for autocompletion

parent fdf4b3c6
...@@ -10,7 +10,7 @@ var css = csjs` ...@@ -10,7 +10,7 @@ var css = csjs`
} }
.bar { .bar {
display : flex; display : flex;
z-index : 3; z-index : 2;
} }
.menu { .menu {
position : relative; position : relative;
......
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