소스 검색

HUE-6382 [frontend] Fix sidebar positioning when banner is present

Johan Ahlen 8 년 전
부모
커밋
24a36e1
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      desktop/core/src/desktop/static/desktop/css/hue.css
  2. 2 1
      desktop/core/src/desktop/static/desktop/less/cui/sidebar.less

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 2 - 1
desktop/core/src/desktop/static/desktop/less/cui/sidebar.less

@@ -24,12 +24,13 @@
   box-shadow: 0 1px 2px 0;
 
   &.sidebar-below-top-bar {
+    position: absolute;
     top: 0;
     padding-top: 10px;
   }
 
   .sidebar-content {
-    top: 48px;
+    top: 24px;
     bottom: 50px;
     position: absolute;
     overflow-y: auto;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.