kleiner bug fix

This commit is contained in:
2025-11-04 15:44:38 +01:00
parent be6843371d
commit 00064be2fa
3 changed files with 7 additions and 3 deletions

View File

@ -40,6 +40,10 @@ body {
.alert-dismissible .btn-close {
z-index: 1;
}
.dropdown-menu {
background-color: grey;
}
.controls {
z-index: 2000;
@ -158,7 +162,7 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
.app-menu-toggler {
position: fixed;
top: 1.5rem; /* Abstand von oben */
right: 1rem; /* Abstand von rechts */
right: 4rem; /* Abstand von rechts */
}
.app-menu {