소스 검색

Fix intermittent issue with the Sub Menu

FusionPBX 1 년 전
부모
커밋
41872c5b80
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      themes/default/css.php

+ 2 - 2
themes/default/css.php

@@ -450,7 +450,7 @@ else { //default: white
 		}
 
 	body {
-		z-index: 1;
+		z-index: auto;
 		position: absolute;
 		margin: 0;
 		padding: 0;
@@ -3349,4 +3349,4 @@ else { //default: white
 //output custom css
 echo $custom_css_code;
 
-?>
+?>