allow horizontal scrollbar in settings to make user mgmt usable on mobile

This commit is contained in:
Jan-Christoph Borchardt 2014-07-02 16:13:20 +02:00
parent c483fb2f04
commit ed37573822

View file

@ -82,6 +82,11 @@
background-color: #fff;
overflow-x: hidden !important;
}
/* allow horizontal scrollbar in settings
otherwise user management is not usable on mobile */
#body-settings #app-content {
overflow-x: auto !important;
}
#app-navigation-toggle {
position: fixed;