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

🎨 Don't scroll to top after toggle checkbox (#655)

closes TryGhost/Ghost#8335
- use `display: none` instead of positioning it out of the viewport.
This commit is contained in:
Aileen Nowak 2017-04-20 16:51:41 +07:00 committed by Kevin Ansfield
parent a63dbb7da6
commit 35bef04a7f

View file

@ -192,7 +192,7 @@ textarea {
top: 0;
right: 0;
bottom: 0;
left: -9999px;
display:none;
}
.for-radio .input-toggle-component,