xzw 4 years ago
parent
commit
7fdfdc9f69
1 changed files with 5 additions and 1 deletions
  1. 5 1
      web/public/static/css/main.css

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

@@ -7063,7 +7063,7 @@ a.hasHover.tag-link:hover {
 	width: 100%;
 	height: 100%;
     pointer-events:none; 
-	z-index: 101; 
+	z-index: 9101; 
     left:0;top:0;
 }
 #hot>div{
@@ -7089,4 +7089,8 @@ a.hasHover.tag-link:hover {
     position: absolute;
     color:#000;
     font-size:50px;
+    
 }
+#menudiv>div>div li{
+    pointer-events:auto;
+}