Merge pull request #5392 from thabaum/patch-15

This commit is contained in:
Shaun Walker
2025-07-15 14:28:50 -04:00
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

@ -75,6 +75,10 @@ app {
color: gray; color: gray;
} }
.app-moduleactions .dropdown-menu {
z-index: 9999;
}
.app-moduleactions .dropdown-submenu { .app-moduleactions .dropdown-submenu {
position: relative; position: relative;
} }
@ -270,4 +274,4 @@ app {
.app-logo .navbar-brand { .app-logo .navbar-brand {
padding: 5px 20px 5px 20px; padding: 5px 20px 5px 20px;
} }

View File

@ -75,6 +75,10 @@ app {
color: gray; color: gray;
} }
.app-moduleactions .dropdown-menu {
z-index: 9999;
}
.app-moduleactions .dropdown-submenu { .app-moduleactions .dropdown-submenu {
position: relative; position: relative;
} }
@ -281,4 +285,4 @@ app {
.gdpr-consent-bar .btn-hide{ .gdpr-consent-bar .btn-hide{
top: 0; top: 0;
right: 5px; right: 5px;
} }