Commit e3bc67d2 authored by Phil Hughes's avatar Phil Hughes

Fixes suggestions dropdown not being fully visible

Closes https://gitlab.com/gitlab-org/gitlab/-/issues/348366
parent 87c7d3ae
......@@ -165,6 +165,6 @@ export default {
<template>
<div>
<div class="flash-container js-suggestions-flash"></div>
<div v-show="isRendered" ref="container" v-safe-html="noteHtml" class="md"></div>
<div v-show="isRendered" ref="container" v-safe-html="noteHtml" class="md suggestions"></div>
</div>
</template>
......@@ -139,6 +139,10 @@
font-family: $monospace-font !important;
}
.suggestions.md > .markdown-code-block {
@include gl-static;
}
.md-suggestion-header {
height: $suggestion-header-height;
display: flex;
......
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