Fix: barre de boutons du résumé au-dessus de la colonne figée
Build and Publish Docker Image / build-and-push-image (push) Successful in 58s
Build and Publish Docker Image / build-and-push-image (push) Successful in 58s
Le détail des manches a une colonne "Manche" sticky (z-10) qui passait au-dessus de la barre de boutons fixe au scroll. La barre reçoit z-50. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -357,7 +357,7 @@ export default function GameOver() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="fixed bottom-0 left-0 right-0 p-4 bg-background/95 backdrop-blur-md border-t flex flex-wrap gap-3 justify-center max-w-md mx-auto">
|
<div className="fixed bottom-0 left-0 right-0 z-50 p-4 bg-background/95 backdrop-blur-md border-t flex flex-wrap gap-3 justify-center max-w-md mx-auto">
|
||||||
<Button variant="outline" className="flex-1" onClick={handleReplay}>
|
<Button variant="outline" className="flex-1" onClick={handleReplay}>
|
||||||
<RotateCcw className="w-4 h-4 mr-2" />
|
<RotateCcw className="w-4 h-4 mr-2" />
|
||||||
Rejouer
|
Rejouer
|
||||||
|
|||||||
Reference in New Issue
Block a user