Merge pull request #5967 from acburdine/issue-5933

Fix settings menu issue with devices that are less than 350px wide
This commit is contained in:
Kevin Ansfield 2015-10-22 17:27:40 +01:00
commit 5707a82528
1 changed files with 1 additions and 0 deletions

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;