mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Allow scroll on setup form
This commit is contained in:
parent
6b8252a129
commit
8300bdf4b2
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
main {
|
||||
top: 15px;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@media (max-width: 550px) {
|
||||
top: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue