From ba84b0e55c567f5ab59daa6b0bc1452dfc63af1d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 25 Nov 2015 10:51:21 -0800 Subject: [PATCH] This might fix the captcha scrolling to the top of the page. --- src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/style.css b/src/css/style.css index effa41255..ab5901580 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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 {