Browse Source

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

Johan Ahlen 8 years ago
parent
commit
24a36e15f4

File diff suppressed because it is too large
+ 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;

Some files were not shown because too many files changed in this diff