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:
parent
a63dbb7da6
commit
35bef04a7f
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ textarea {
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: -9999px;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.for-radio .input-toggle-component,
|
.for-radio .input-toggle-component,
|
||||||
|
|
Loading…
Add table
Reference in a new issue