ソースを参照

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

Johan Ahlen 8 年 前
コミット
669cf2019c

ファイルの差分が大きいため隠しています
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


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

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