mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Remove scroll to top button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user