瀏覽代碼

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

Johan Ahlen 8 年之前
父節點
當前提交
669cf20

文件差異過大導致無法顯示
+ 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;
 }

部分文件因文件數量過多而無法顯示