mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
map height fixed
This commit is contained in:
@@ -24,11 +24,11 @@ export default async function Tournaments() {
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<main className="relative grid lg:grid-cols-2">
|
||||
<div className="relative h-screen">
|
||||
<main className="grid lg:grid-cols-2">
|
||||
<div className="">
|
||||
<TournamentMap tournamentData={tournamentData} />
|
||||
</div>
|
||||
<div className="bg-gray-800">
|
||||
<div className="bg-gray-800 lg:overflow-y-auto">
|
||||
<TournamentTable tournamentData={tournamentData} />
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user