This might fix the captcha scrolling to the top of the page.

This commit is contained in:
ccd0 2015-11-25 10:51:21 -08:00
parent 2f4b81ee7c
commit ba84b0e55c

View File

@ -118,6 +118,10 @@ canvas#tegaki-canvas {
body > div:last-of-type {
transition: none !important;
}
/* Fix captcha scrolling to top of page. */
body > div[style*=" top: -10000px;"] {
visibility: hidden !important;
}
/* Anti-autoplay */
audio.controls-added {