This commit is contained in:
dartcafe 2017-12-19 19:25:23 +01:00
Родитель cadf389a3b
Коммит c1e157cfab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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; }