Commit 3460f362 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-merge-request-show-component-z-indices' into 'master'

MR zindex regression

Closes #32216

See merge request !11344
parents 41ca924f 13176add
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
.right-sidebar-expanded { .right-sidebar-expanded {
padding-right: 0; padding-right: 0;
z-index: 300;
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) { @media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
&:not(.wiki-sidebar):not(.build-sidebar) .content-wrapper { &:not(.wiki-sidebar):not(.build-sidebar) .content-wrapper {
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
transition: width .3s; transition: width .3s;
background: $gray-light; background: $gray-light;
padding: 10px 20px; padding: 10px 20px;
z-index: 2; z-index: 200;
&.right-sidebar-expanded { &.right-sidebar-expanded {
width: $gutter_width; width: $gutter_width;
......
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
.dropdown-menu { .dropdown-menu {
margin-top: 11px; margin-top: 11px;
z-index: 200;
} }
.ci-action-icon-wrapper { .ci-action-icon-wrapper {
...@@ -690,7 +691,7 @@ ...@@ -690,7 +691,7 @@
.merge-request-tabs-holder { .merge-request-tabs-holder {
top: $header-height; top: $header-height;
z-index: 10; z-index: 100;
background-color: $white-light; background-color: $white-light;
@media(min-width: $screen-sm-min) { @media(min-width: $screen-sm-min) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment