diff --git a/app/tournois/page.tsx b/app/tournois/page.tsx index 8d4c38f..03c69d1 100644 --- a/app/tournois/page.tsx +++ b/app/tournois/page.tsx @@ -41,7 +41,7 @@ export default async function Tournaments() {
-
+
diff --git a/components/ScrollToTopButton.tsx b/components/ScrollToTopButton.tsx index 450e79b..6bfd93c 100644 --- a/components/ScrollToTopButton.tsx +++ b/components/ScrollToTopButton.tsx @@ -11,7 +11,7 @@ const ScrollToTopButton = ({ isLgScreen }: { isLgScreen: boolean }) => { const scrollToTopButtonClass = isLgScreen ? "absolute bottom-0 right-3 p-10" - : "sticky top-20"; + : "fixed top-20 right-3"; return (