فهرست منبع

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 {