summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-15 14:01:38 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-15 14:01:38 +0000
commit13176add18907a7f969a49b4b3094c74b7fdcd9f (patch)
treec7c2b20fc8adc8234ddac46b13fe450bc07f0185 /app/assets/stylesheets/framework/sidebar.scss
parent41ca924f1bfc49468004fcc37346d0dd89fb2845 (diff)
downloadgitlab-ce-13176add18907a7f969a49b4b3094c74b7fdcd9f.tar.gz
MR zindex regression
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 2b5ab539955..018f61ca3a8 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -53,6 +53,7 @@
.right-sidebar-expanded {
padding-right: 0;
+ z-index: 300;
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
&:not(.wiki-sidebar):not(.build-sidebar) .content-wrapper {