浏览代码

场景热点title层级问题

shaogen1995 3 年之前
父节点
当前提交
231121699d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/public/static/css/main.css
  2. 1 1
      webM/public/static/css/main.css

+ 1 - 1
web/public/static/css/main.css

@@ -3405,7 +3405,7 @@ a.hasHover:hover, a:active {
     bottom: 0px;
     width: 100%;
     transition: all .5s;
-    z-index: 4;
+    z-index: 9998;
     position: absolute;
 }
 

+ 1 - 1
webM/public/static/css/main.css

@@ -3854,7 +3854,7 @@ a.tag-link {
     bottom: 0px;
     width: 100%;
     transition: all .5s;
-    z-index: 4;
+    z-index: 9998;
     position: absolute;
 }