Преглед изворни кода

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

Johan Ahlen пре 8 година
родитељ
комит
24a36e1

Разлика између датотеке није приказан због своје велике величине
+ 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;

Неке датотеке нису приказане због велике количине промена