浏览代码

Merge branch '30-set-z-index-in-side-navigation-bar-to-a-high-value' into 'master'

Resolve "set z-index in side-navigation-bar to a high value"

Closes #30

See merge request troebs/pycs!24
Eric Tröbs 4 年之前
父节点
当前提交
4e78d5764f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      webui/src/components/window/side-navigation-bar.vue

+ 1 - 0
webui/src/components/window/side-navigation-bar.vue

@@ -105,6 +105,7 @@ export default {
   transition: 0.2s ease-out;
 
   display: flex;
+  z-index: 1000;
 }
 
 .side-navigation.narrow.active {