ソースを参照

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 {
     margin-top: $header-height;
     margin-left: $navbar-width;
+    position: relative;
+    z-index: 20;
   }
 
   &__navbar {