allow horizontal scrollbar for personal and admin settings
This commit is contained in:
parent
54eb2f42df
commit
2080353048
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue