diff --git a/common/common.scss b/common/common.scss index 5e2d800..aec6819 100644 --- a/common/common.scss +++ b/common/common.scss @@ -1,4 +1,5 @@ @import "buttons"; +@import "compose"; @import "header"; @import "hiddenstuff"; @import "main"; diff --git a/scss/compose.scss b/scss/compose.scss new file mode 100644 index 0000000..30c4e7b --- /dev/null +++ b/scss/compose.scss @@ -0,0 +1,3 @@ +#reply-control { + z-index: 999; +}