fixed z-index issue with merge request versions widget
This commit is contained in:
parent
b8770ba98b
commit
0c5e41a20f
1 changed files with 2 additions and 0 deletions
|
@ -691,8 +691,10 @@
|
|||
}
|
||||
|
||||
.mr-version-controls {
|
||||
position: relative;
|
||||
background: $gray-light;
|
||||
color: $gl-text-color;
|
||||
z-index: 199;
|
||||
|
||||
.mr-version-menus-container {
|
||||
display: -webkit-flex;
|
||||
|
|
Loading…
Reference in a new issue