From 9a886adec56f99557575156ec765f1a5f7a707ee Mon Sep 17 00:00:00 2001 From: Explosion-Scratch Date: Sat, 16 Jan 2021 21:54:51 +0000 Subject: [PATCH] Releasing version v3.6.3, minor glitch fixes for the scroll down button. Thanks to @GrahamSH-LLK for lots of help here. [actions-release] --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index ecb9ee945..5d2580459 100644 --- a/index.html +++ b/index.html @@ -247,11 +247,13 @@ border: none; } + /* Hidden button */ #scroll-down-button.hidden { opacity: 0; pointer-events: none; } + /* Pause animation on hover */ #scroll-down-button:hover { cursor: pointer; animation-play-state: paused;