From b1b7fa1a2e71581c24f2df3c64ede8f38b8bd523 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 19 Apr 2023 15:23:47 +0800 Subject: [PATCH] Fix post status banner overlapped by poll items lol --- src/pages/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/status.css b/src/pages/status.css index 5cd41ee5..0c95de16 100644 --- a/src/pages/status.css +++ b/src/pages/status.css @@ -48,6 +48,7 @@ white-space: pre-wrap; line-height: 1.2; max-width: var(--main-width); + z-index: 1; } .post-status-banner > p:first-of-type { margin-top: 0;