Browse Source

HUE-6077 [frontend] Fix right panel toggle overlap with the scrollbar

Johan Ahlen 8 years ago
parent
commit
669cf2019c

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 4 - 1
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -136,7 +136,10 @@
   transition: margin 0.2s linear, color 0.5s ease;
 }
 
-.show-right-side-panel,
+.show-right-side-panel {
+  right: 10px;
+}
+
 .hide-left-side-panel {
   right: 4px;
 }

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