mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Fix layout issue (specifically to disallow scrolling on mobile)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user