From 7c7dd2335bb8590935ca6f7c19cec1f07a61412f Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Fri, 15 Oct 2021 10:25:11 -0400 Subject: [PATCH] FIX: Category and tag picker alignment on mobile (#14622) --- app/assets/stylesheets/mobile/compose.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 71c7f2f2e8..943307d894 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -187,7 +187,8 @@ } .with-tags { - .mini-tag-chooser { + .mini-tag-chooser, + .category-chooser { z-index: z("base"); margin-bottom: 5px; }