From b473061845779dda71835f6127d96a1731479fa7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 26 May 2024 00:13:20 +0800 Subject: [PATCH] Show compose button above post modal when minimized --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index a2f81cd4..b3bca30e 100644 --- a/src/app.css +++ b/src/app.css @@ -1612,6 +1612,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link { #compose-button { &.min { outline: 2px solid var(--button-text-color); + z-index: 1001; /* Higher than modal */ &:after { content: '';