From fddd8251ddec420286dcca06c0be2bea457e4799 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Thu, 11 Apr 2019 18:14:28 +0200 Subject: Attempt to fix CSS --- app/javascript/flavours/glitch/styles/components/composer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss') diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss index c7851b561..e5eb6e64f 100644 --- a/app/javascript/flavours/glitch/styles/components/composer.scss +++ b/app/javascript/flavours/glitch/styles/components/composer.scss @@ -128,7 +128,8 @@ } } -.composer--textarea { +.composer--textarea, +.autosuggest-input { position: relative; label { -- cgit