0
Fork 0
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:
Kevin Ansfield 2015-10-22 17:27:40 +01:00
commit f0c8c4781d

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;