summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-11-02 09:49:21 +0000
committerPhil Hughes <me@iamphill.com>2016-11-02 09:49:21 +0000
commit697cd511f2ddd47614c2c2a82f466a823443edb8 (patch)
treeced496ecc1f32714f918d7e32a4ed23df53a793c
parent7e0cab4f2b9f772c6019afd74a797cdb8ed25f43 (diff)
downloadgitlab-ce-boards-filter-zindex.tar.gz
Removed z-index for filters on issue boardsboards-filter-zindex
-rw-r--r--app/assets/stylesheets/pages/boards.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index ef6833c9845..df23e27be71 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -45,11 +45,6 @@
.page-with-sidebar {
padding-bottom: 0;
}
-
- .issues-filters {
- position: relative;
- z-index: 999999;
- }
}
.boards-app {