kleiner bug fix
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user