From a7e6ec28c3e0a5462aa3f1ea3a51207c30f6c19d Mon Sep 17 00:00:00 2001 From: Mathium05 Date: Wed, 5 Aug 2026 12:58:43 -0500 Subject: [PATCH] fix z-index bug --- src/webpage/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 214e145..52ecbcb 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -3523,9 +3523,10 @@ img.bigembedimg { border-radius: 8px; overflow: hidden; align-items: flex-start; - z-index: 3; + z-index: 4; display: flex; flex-direction: column; + .infosection { background-color: color-mix(in srgb, var(--secondary-bg) 75%, transparent); }