prevent overflow in user management controls bar, fix #9277
This commit is contained in:
parent
59629e688c
commit
c483fb2f04
1 changed files with 9 additions and 0 deletions
|
@ -129,6 +129,15 @@ table.multiselect thead {
|
|||
}
|
||||
|
||||
|
||||
/* prevent overflow in user management controls bar */
|
||||
#usersearchform {
|
||||
display: none;
|
||||
}
|
||||
#body-settings #controls {
|
||||
min-width: 768px !important;
|
||||
}
|
||||
|
||||
|
||||
/* fix controls bar jumping when navigation is slid out */
|
||||
.snapjs-left #app-navigation-toggle,
|
||||
.snapjs-left #controls {
|
||||
|
|
Loading…
Reference in a new issue