do not expand sidebar to full width on mobile, but up the min-width, fix #19915

This commit is contained in:
Jan-Christoph Borchardt 2016-02-25 21:45:32 +01:00
parent cb41b1a863
commit 0772bee15f
2 changed files with 1 additions and 5 deletions

View File

@ -445,7 +445,7 @@
left: auto;
bottom: 0;
width: 27%;
min-width: 250px;
min-width: 300px;
display: block;
background: #fff;
border-left: 1px solid #eee;

View File

@ -73,10 +73,6 @@
z-index: 1000;
}
#app-sidebar{
width: 100% !important;
}
/* allow horizontal scrollbar in settings
otherwise user management is not usable on mobile */
#body-settings #app-content {