Fix intermittent issue with the Sub Menu

This commit is contained in:
FusionPBX 2024-08-02 11:22:14 -06:00 committed by GitHub
parent 2d16cba7fb
commit b93d3e8050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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;
?>
?>