summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-02 13:42:46 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-02 13:42:46 +0000
commitc321670653d042ff007dac8322756d8e4c86ef5f (patch)
tree222769119fa5d1d3c4374f7cb3f7b5c2ede93951 /app/assets
parenta1ae0f7ce8f939dc50ca7259fef3b46f19cc3874 (diff)
parent697cd511f2ddd47614c2c2a82f466a823443edb8 (diff)
downloadgitlab-ce-c321670653d042ff007dac8322756d8e4c86ef5f.tar.gz
Merge branch 'boards-filter-zindex' into 'master'
Removed z-index for filters on issue boards ## What does this MR do? I dont know how this is has only just become a problem, but when the sidebar is open the filters on issue boards overlap it. ## Screenshots (if relevant) ### Before ![Screen_Shot_2016-11-02_at_09.50.59](/uploads/430ec15249b866999e83fe402cd9bd35/Screen_Shot_2016-11-02_at_09.50.59.png) ### After ![Screen_Shot_2016-11-02_at_09.49.40](/uploads/3a417570a874197ce4b66cbfadbf8181/Screen_Shot_2016-11-02_at_09.49.40.png) See merge request !7235
Diffstat (limited to 'app/assets')
-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 {