From 7dd4f551f734a6192bd9a0dd27d0d3f99b03c5f7 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 28 Feb 2024 05:35:53 +0000 Subject: [PATCH] Fix toast --- web/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles.css b/web/styles.css index 8f2f7b4e..e3b927e6 100644 --- a/web/styles.css +++ b/web/styles.css @@ -105,6 +105,7 @@ body { flex-direction: row; align-items: center; justify-content: center; + z-index: 100; } .toast-body {