mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Merge pull request #4710 from PaulAdamDavis/modal-styling
Fix modal edge spacing
This commit is contained in:
commit
f3c6427b52
1 changed files with 4 additions and 2 deletions
|
@ -21,9 +21,11 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 10px;
|
left: 0;
|
||||||
right: 10px;
|
right: 0;
|
||||||
z-index: 1040;
|
z-index: 1040;
|
||||||
|
padding-left: 10px;
|
||||||
|
padding-right: 10px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
transition: all 0.15s linear 0s;
|
transition: all 0.15s linear 0s;
|
||||||
|
|
Loading…
Reference in a new issue