This might fix the captcha scrolling to the top of the page.
This commit is contained in:
parent
2f4b81ee7c
commit
ba84b0e55c
@ -118,6 +118,10 @@ canvas#tegaki-canvas {
|
|||||||
body > div:last-of-type {
|
body > div:last-of-type {
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
|
/* Fix captcha scrolling to top of page. */
|
||||||
|
body > div[style*=" top: -10000px;"] {
|
||||||
|
visibility: hidden !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anti-autoplay */
|
/* Anti-autoplay */
|
||||||
audio.controls-added {
|
audio.controls-added {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user