Skip to content

Added v-scrolling to both editors

What does this MR do and why?

The Wiki editor and the Content Editor don't have a max-height set to them, so it causes issues when using the toolbar while editing. This Merge Request is to fix that issue by putting a max-height to both the wiki editor and the new content editor.

Both the editors have a specific height they start out with, and then their height gradually increases until it reaches the max-height and a vertical scroll can be used to scroll up and down the text.

Screenshots or screen recordings

Before

Wiki Editor
Gitlab1
Content Editor
Gitlab3

After

Wiki Editor
Gitlab2
Content Editor
Gitlab4

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #340883 (closed)

Edited by Enrique Alcántara

Merge request reports