Commit 291398bb authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett Committed by Annabel Dunstone Gray

Port fix-merge-request-show-component-z-indices to EE

parent 20ba7d9c
......@@ -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 {
......
......@@ -206,7 +206,7 @@
transition: width .3s;
background: $gray-light;
padding: 10px 20px;
z-index: 2;
z-index: 200;
&.right-sidebar-expanded {
width: $gutter_width;
......
......@@ -121,6 +121,7 @@
.dropdown-menu {
margin-top: 11px;
z-index: 200;
}
.ci-action-icon-wrapper {
......@@ -696,7 +697,7 @@
&.affix {
top: 0;
left: 0;
z-index: 10;
z-index: 100;
transition: right .15s;
@media (max-width: $screen-xs-max) {
......
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