浏览代码

HUE-8477 [frontend] Make sure tooltips are shown in the context popover

Johan Ahlen 7 年之前
父节点
当前提交
2de2575

文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue4.less

@@ -670,7 +670,7 @@ a:visited {
 }
 }
 
 
 .tooltip, .ui-autocomplete {
 .tooltip, .ui-autocomplete {
-  z-index: 1000 !important;
+  z-index: 1040 !important;
 }
 }
 
 
 /* sqoop */
 /* sqoop */

部分文件因为文件数量过多而无法显示