Fix mobile display (#77)

This commit is contained in:
Timothy Armes
2023-07-06 23:11:01 +02:00
committed by GitHub
parent 30b59ff42a
commit 06eade3b6b
3 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export default function TournamentTable() {
return (
<section
className="tournament-table grid w-full auto-rows-max pb-20 lg:col-start-2 lg:col-end-3 lg:h-[calc(100vh-144px)] lg:overflow-y-scroll"
className="tournament-table grid w-full auto-rows-max pb-20 lg:col-start-2 lg:col-end-3 lg:h-screen lg:overflow-y-scroll lg:pb-[144px]"
id="tournament-table"
data-test="tournament-table-div"
>