Skip to content

Commit

Permalink
Releasing version v3.6.3, minor glitch fixes for the scroll down butt…
Browse files Browse the repository at this point in the history
…on. Thanks to @GrahamSH-LLK for lots of help here. [actions-release]
  • Loading branch information
Explosion-Scratch committed Jan 16, 2021
1 parent d6bf6f3 commit 9a886ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a886ad

Please sign in to comment.