UI: fix overlap composer

This commit is contained in:
Ty Correll
2025-03-03 12:15:03 -06:00
parent 229ad5d6bd
commit 6c4f6de211
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
@import "buttons";
@import "compose";
@import "header";
@import "hiddenstuff";
@import "main";
+3
View File
@@ -0,0 +1,3 @@
#reply-control {
z-index: 999;
}