allow horizontal scrollbar for personal and admin settings

This commit is contained in:
Jan-Christoph Borchardt 2014-08-28 18:17:50 +02:00
parent 54eb2f42df
commit 2080353048

View file

@ -302,6 +302,10 @@ input[type="submit"].enabled {
-moz-box-sizing:border-box;
box-sizing:border-box;
}
/* allow horizontal scrollbar for personal and admin settings */
#body-settings:not(.snapjs-left) .app-settings {
overflow-x: auto;
}
#emptycontent {
font-size: 16px;