浏览代码

Update App.scss

Oleg Shur 4 年之前
父节点
当前提交
dbadff8f2e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      kafka-ui-react-app/src/components/App.scss

+ 2 - 0
kafka-ui-react-app/src/components/App.scss

@@ -13,6 +13,8 @@ $navbar-width: 250px;
   &__container {
   &__container {
     margin-top: $header-height;
     margin-top: $header-height;
     margin-left: $navbar-width;
     margin-left: $navbar-width;
+    position: relative;
+    z-index: 20;
   }
   }
 
 
   &__navbar {
   &__navbar {