fix styles

This commit is contained in:
MathieuG-P
2022-12-09 23:56:34 +01:00
parent 4308ba5125
commit 8cb78e8550
+1 -1
View File
@@ -6,7 +6,7 @@ export default function MapsPage() {
<div className="w-full h-full flex items-center flex-col pt-2">
<Slideshow className="absolute w-full h-full top-0"/>
<h1 className="text-gray-100 text-2xl z-[1]">Maps partagées</h1>
<div className="z-[1] w-full min-h-0 grow p-10 flex flex-col items-center justify-start text-white">
<div className="w-full min-h-0 grow p-10 flex flex-col items-center justify-start text-white relative">
<MapsPlaylistsPanel/>
</div>
</div>