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:
parent
0a1e17ac33
commit
a8de01848f
@ -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