Commit c9e22548 authored by Phil Hughes's avatar Phil Hughes

fixed where the scrollbar is shown in the merge request panel

parent acfdcca4
...@@ -17,8 +17,8 @@ export default { ...@@ -17,8 +17,8 @@ export default {
</script> </script>
<template> <template>
<div class="ide-merge-request-info"> <div class="ide-merge-request-info h-100 d-flex flex-column">
<div class="detail-page-header sticky-top bg-white"> <div class="detail-page-header">
<icon <icon
name="git-merge" name="git-merge"
class="align-self-center append-right-8" class="align-self-center append-right-8"
......
...@@ -1331,9 +1331,12 @@ ...@@ -1331,9 +1331,12 @@
} }
.ide-merge-request-info { .ide-merge-request-info {
overflow: auto;
.detail-page-header { .detail-page-header {
line-height: initial; line-height: initial;
height: 38px;
}
.issuable-details {
overflow: auto;
} }
} }
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