Remove scroll to top button

This commit is contained in:
Timothy Armes
2024-09-25 17:50:08 +02:00
parent e3cf8ff8fd
commit 93e3e1242a
3 changed files with 0 additions and 44 deletions
@@ -20,7 +20,6 @@ import {
normsOnlyAtom,
syncVisibleAtom,
} from "@/atoms";
import ScrollToTopButton from "@/components/ScrollToTopButton";
import SearchBar from "@/components/SearchBar";
import { useBreakpoint } from "@/hooks/tailwind";
import useDatePickerWidth from "@/hooks/useDatePickerWidth";
@@ -120,8 +119,6 @@ const TournamentTable = () => {
)}
</div>
<ScrollToTopButton />
<div className="overflow-x-scroll">
<table className="relative min-w-full table-fixed text-center text-xs lg:w-full">
<thead>