From 250b84b11ee4b865838c60a3528cee8ed439b2f9 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 8 Jan 2026 16:36:38 -0500 Subject: [PATCH] Add z-index: 9999 to spider animations --- static/css/discordia.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/discordia.css b/static/css/discordia.css index 11fc7de..7c7f3bb 100644 --- a/static/css/discordia.css +++ b/static/css/discordia.css @@ -386,6 +386,7 @@ body:hover::after { font-size: 10px; opacity: 0; transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55); + z-index: 9999; } .nav:hover::before { top: 100%; @@ -417,6 +418,7 @@ body:hover::after { height: 24px; opacity: 0; transition: all 1.2s cubic-bezier(0.34, 1.56, 0.64, 1); + z-index: 9999; } .hero-pig-wrap:hover .spider-svg { top: -10px;