Przeglądaj źródła

remove futile code

yohei0125 4 lat temu
rodzic
commit
467c53d0db
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      packages/app/src/styles/_sidebar.scss

+ 1 - 4
packages/app/src/styles/_sidebar.scss

@@ -343,10 +343,7 @@
   .grw-sidebar {
   .grw-sidebar {
     height: $search-page-sidebar-height;
     height: $search-page-sidebar-height;
     .data-layout-container {
     .data-layout-container {
-      height: $search-page-sidebar-height;
-    }
-    .grw-sidebar-nav {
-      height: $search-page-sidebar-height;
+      height: 100%;
     }
     }
   }
   }
 }
 }