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:
commit
f0c8c4781d
@ -12,6 +12,7 @@
|
||||
bottom: 0;
|
||||
z-index: 500;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
width: 350px;
|
||||
border-left: #dfe1e3 1px solid;
|
||||
background: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user