浏览代码

[frontend] increase z-index of hue popover

Björn Alm 3 年之前
父节点
当前提交
a0b2438d9e

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


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


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/components/hue-popover.less

@@ -24,7 +24,7 @@
 
   top: 0;
   left: 0;
-  z-index: 1039;
+  z-index: 1050;
   padding: 1px;
   background-color: @cui-white;
   -webkit-background-clip: padding-box;

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