Fix layout issue (specifically to disallow scrolling on mobile)

This commit is contained in:
Timothy Armes
2023-07-07 08:09:34 +02:00
parent 9f23d31872
commit ad618809f2
11 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ export default function TournamentMap() {
};
return (
<section id="tournament-map" className="flex h-screen flex-col pb-[144px]">
<section id="tournament-map" className="flex h-content flex-col">
<div className="p-3 lg:hidden">
<TimeControlFilters />
</div>