Fix z-index of .dropdown-toggle

A recent fix seemed to improve this but by going a bit further it seems to resolve the problem where the dropdown-toggle buttons would appear over alert messages.

Signed-off-by: infinitytec <infinitytec@users.noreply.github.com>
This commit is contained in:
infinitytec
2022-12-30 20:46:28 -06:00
committed by RD WebDesign
parent ae90d93736
commit e1ea3df2cb

View File

@@ -514,7 +514,7 @@ p.login-box-msg,
}
.dropdown-toggle {
z-index: 1050;
z-index: 1000;
}
.main-header li.user-header {