mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
max-width: 100%;
|
||||||
width: 350px;
|
width: 350px;
|
||||||
border-left: #dfe1e3 1px solid;
|
border-left: #dfe1e3 1px solid;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue