From 1e7ef0956e56f8ebf2a59c1b19c7c16c87c81000 Mon Sep 17 00:00:00 2001 From: notfire Date: Fri, 24 Jan 2025 08:58:54 -0500 Subject: [PATCH] fix another z-index issue --- src/components/status_body/status_body.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 434cb482..78604848 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -101,7 +101,7 @@ height: 220px; overflow-x: hidden; overflow-y: hidden; - z-index: 1; + z-index: 0; .media-body-wrapper { min-height: 0;