Hotfix/scroll to top (#73)

* repositioned scroll to top

* theme swtich removed from hamburger
This commit is contained in:
Owen Rees
2023-07-06 08:34:40 +02:00
committed by GitHub
parent 644cc4e4bb
commit 052b90ca6e
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const ScrollToTopButton = () => {
const scrollToTopButtonClass = isLgScreen
? "absolute bottom-0 right-3 p-10"
: "fixed top-20 right-3";
: "fixed bottom-20 right-3 py-10";
return (
<button