Commit fb0dc313 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '340883-add-vertical-scroll' into 'master'

Added v-scrolling to both editors

See merge request gitlab-org/gitlab!71136
parents 328e1a6d 2802a43f
.ProseMirror {
max-height: 55vh;
overflow-y: auto;
td,
th,
li,
......
......@@ -152,5 +152,5 @@ ul.wiki-pages-list.content-list {
}
.wiki-form .markdown-area {
max-height: none;
max-height: 55vh;
}
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