Resolve "Merge request refactor displays changes dropdown incorrectly"

This commit is contained in:
Constance Okoghenun 2018-06-29 14:27:27 +00:00 committed by Tim Zallmann
parent a0ff77246e
commit 60379c7c98
2 changed files with 55 additions and 49 deletions

View file

@ -66,6 +66,7 @@ export default {
@click="clearSearch"
></i>
</div>
<div class="dropdown-content">
<ul>
<li
v-for="diffFile in filteredDiffFiles"
@ -120,5 +121,6 @@ export default {
</li>
</ul>
</div>
</div>
</span>
</template>

View file

@ -737,6 +737,10 @@
max-width: 560px;
width: 100%;
z-index: 150;
min-height: $dropdown-min-height;
max-height: $dropdown-max-height;
overflow-y: auto;
margin-bottom: 0;
@include media-breakpoint-up(sm) {
left: $gl-padding;