ソースを参照

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

Johan Ahlen 8 年 前
コミット
24a36e15f4

ファイルの差分が大きいため隠しています
+ 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;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません