From a50a170c42e91c24d7e16ca6d9b2970b8227aed1 Mon Sep 17 00:00:00 2001 From: Maria Eduarda Cunha <42151808+mariaeduardacunha@users.noreply.github.com> Date: Wed, 18 Dec 2019 16:47:25 -0300 Subject: [PATCH] [FIX] z-index of new message button (#16013) --- app/theme/client/imports/general/base_old.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/theme/client/imports/general/base_old.css b/app/theme/client/imports/general/base_old.css index 7b13716003d..e7b8c37c626 100644 --- a/app/theme/client/imports/general/base_old.css +++ b/app/theme/client/imports/general/base_old.css @@ -2517,7 +2517,7 @@ rc-old select, & .new-message { position: absolute; - z-index: 16; + z-index: 2; bottom: 8px; left: 50%;