From 868bf8adb952b861050b741a2d35ff166cb98a40 Mon Sep 17 00:00:00 2001 From: KermWasTaken Date: Fri, 22 Sep 2023 22:02:35 -0400 Subject: [PATCH] Change toast z-index to 1 --- styles/game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/game.css b/styles/game.css index a716a44..c40f71c 100644 --- a/styles/game.css +++ b/styles/game.css @@ -236,6 +236,7 @@ #share-toast { position: absolute; top: 16px; + z-index: 1; width: 300px; padding: 18px;