Browse Source

Update App.scss

Oleg Shur 4 năm trước cách đây
mục cha
commit
dbadff8f2e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {