Show compose button above post modal when minimized
This commit is contained in:
parent
64c7b5b4f0
commit
b473061845
1 changed files with 1 additions and 0 deletions
|
@ -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: '';
|
||||||
|
|
Loading…
Add table
Reference in a new issue