Compare commits

...

1 Commits

Author SHA1 Message Date
Ty Correll 6c4f6de211 UI: fix overlap composer 2025-03-03 12:15:03 -06:00
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;
}