From 94d7908311bce119ae3e5a0fddf8fca8f8e70754 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 9 Dec 2015 11:02:49 +0530 Subject: [PATCH] UX: dropdowns overlay the header --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- app/assets/stylesheets/common/base/topic-admin-menu.scss | 2 +- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 71a5ef805..d0a66d7a8 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -266,7 +266,7 @@ ol.category-breadcrumb { padding: 5px; background: $secondary; position: absolute; - z-index: 1110; + z-index: 999; box-shadow: 0 2px 2px rgba(0,0,0, .4); ul { diff --git a/app/assets/stylesheets/common/base/topic-admin-menu.scss b/app/assets/stylesheets/common/base/topic-admin-menu.scss index 3e7e846e7..651c7ba20 100644 --- a/app/assets/stylesheets/common/base/topic-admin-menu.scss +++ b/app/assets/stylesheets/common/base/topic-admin-menu.scss @@ -13,7 +13,7 @@ width: 205px; padding: 10px; border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%); - z-index: 1001; + z-index: 999; ul { list-style: none; diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 7d34cbe87..0e1b71954 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -735,7 +735,7 @@ $topic-avatar-width: 45px; position: absolute; bottom: 115%; left: 0; - z-index: 1000; + z-index: 999; display: none; float: left; width: 550px;