set the settings-menu max width for mobile devices < 350px wide

fixes #5933
- sets the max-width of the settings-menu to 100%
This commit is contained in:
Austin Burdine 2015-10-17 09:08:10 -05:00
parent 0a1e17ac33
commit a8de01848f

View File

@ -12,6 +12,7 @@
bottom: 0;
z-index: 500;
overflow: hidden;
max-width: 100%;
width: 350px;
border-left: #dfe1e3 1px solid;
background: #fff;