late delivery of main.css
This commit is contained in:
Родитель
cadf389a3b
Коммит
c1e157cfab
|
@ -5,6 +5,11 @@ h1 {
|
|||
#app header {
|
||||
padding-top: 44px; }
|
||||
|
||||
/* allow horizontal scrollbar
|
||||
otherwise user management is not usable on mobile */
|
||||
@media only screen and (max-width: 768px) {
|
||||
#app-content {
|
||||
overflow-x: auto !important; } }
|
||||
#app-content-wrapper {
|
||||
flex-direction: column; }
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче