소스 검색

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 {