瀏覽代碼

HUE-7162 [assist] Make the document type selection scrollable

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

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 5 - 0
desktop/core/src/desktop/static/desktop/less/hue-assist.less

@@ -404,6 +404,11 @@
   margin-left: 2px;
 }
 
+.assist-db-header-actions .dropdown-menu {
+  overflow-x: hidden;
+  overflow-y: scroll;
+}
+
 .assist-actions {
   position:absolute;
   top: 0;

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