Show compose button above post modal when minimized

This commit is contained in:
Lim Chee Aun 2024-05-26 00:13:20 +08:00
parent 64c7b5b4f0
commit b473061845

View file

@ -1612,6 +1612,7 @@ body:has(.media-modal-container + .status-deck) .media-post-link {
#compose-button { #compose-button {
&.min { &.min {
outline: 2px solid var(--button-text-color); outline: 2px solid var(--button-text-color);
z-index: 1001; /* Higher than modal */
&:after { &:after {
content: ''; content: '';