diff options
-rw-r--r-- | core/css/mobile.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 2003e0a7f45..1f081105662 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -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 { |