From 671cf6c50fcef4188daa1e2c6b27b64c2f0b92f0 Mon Sep 17 00:00:00 2001 From: Zane V Date: Wed, 8 Apr 2026 12:37:44 +0000 Subject: [PATCH] Hopefully maybe made the flood sit behind all over content? --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 32fadcb..c0e16b8 100644 --- a/style.css +++ b/style.css @@ -118,5 +118,5 @@ ul li::marker { } #flood { - z-index: 2; + z-index: -2; } \ No newline at end of file