From 5fc4e9e3244918875b79c1ff96dbb7718f405ed7 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Wed, 20 Jun 2018 13:09:14 +0800 Subject: [PATCH] FIX: nav-pill dropdown overlaps category-selector when both are open --- app/assets/stylesheets/mobile/topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index a98e53c0a9..07063c59bf 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -103,7 +103,7 @@ .drop { border: 1px solid $primary-low; position: absolute; - z-index: z("dropdown"); + z-index: z("dropdown") - 1; background-color: $secondary; padding: 0 10px 10px 10px; width: 150px;