fixed z-index issue with merge request versions widget

This commit is contained in:
Phil Hughes 2017-07-31 13:50:41 +01:00
parent b8770ba98b
commit 0c5e41a20f
No known key found for this signature in database
GPG key ID: DB8CE4B3A3EE91AB

View file

@ -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;