0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fix notifications being cur off on auth/setup screens

This commit is contained in:
Paul Adam Davis 2014-09-27 10:44:54 +01:00
parent 8300bdf4b2
commit 9f80f7650b
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
} }
main { main {
top: 15px; padding-top: 15px;
} }
input { input {

View file

@ -14,7 +14,7 @@
} }
main { main {
top: 15px; padding-top: 15px;
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
@media (max-width: 550px) { @media (max-width: 550px) {