Commit 904af016 authored by Filipa Lacerda's avatar Filipa Lacerda

Replaces md-area with position-relative for markdown areas

parent 62461f77
......@@ -189,7 +189,7 @@ export default {
<div
ref="gl-form"
:class="{ 'prepend-top-default append-bottom-default': addSpacingClasses }"
class="md-area js-vue-markdown-field"
class="js-vue-markdown-field md-area position-relative"
>
<markdown-header
:preview-markdown="previewMarkdown"
......
......@@ -50,10 +50,6 @@
transition: opacity 200ms ease-in-out;
}
.md-area {
position: relative;
}
.md-header {
.nav-links {
a {
......
......@@ -7,7 +7,7 @@
= _('This merge request is locked.')
= _('Only project members can comment.')
.md-area
.md-area.position-relative
.md-header
%ul.nav.nav-tabs.nav-links.clearfix
%li.md-header-tab.active
......
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