瀏覽代碼

[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;

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