fixed where the scrollbar is shown in the merge request panel

This commit is contained in:
Phil Hughes 2018-07-05 12:21:36 +01:00
parent acfdcca4ba
commit c9e225488a
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 7 additions and 4 deletions

View File

@ -17,8 +17,8 @@ export default {
</script>
<template>
<div class="ide-merge-request-info">
<div class="detail-page-header sticky-top bg-white">
<div class="ide-merge-request-info h-100 d-flex flex-column">
<div class="detail-page-header">
<icon
name="git-merge"
class="align-self-center append-right-8"

View File

@ -1331,9 +1331,12 @@
}
.ide-merge-request-info {
overflow: auto;
.detail-page-header {
line-height: initial;
height: 38px;
}
.issuable-details {
overflow: auto;
}
}