Commit 2802a43f authored by mehulsharma's avatar mehulsharma

Added v-scrolling to both editors

Adds a max-height to the wiki and content editor, after which a scroll is displayed so the toolbar is accessible for editing at all times.

Changelog: changed
parent c9547240
.ProseMirror { .ProseMirror {
max-height: 55vh;
overflow-y: auto;
td, td,
th, th,
li, li,
......
...@@ -152,5 +152,5 @@ ul.wiki-pages-list.content-list { ...@@ -152,5 +152,5 @@ ul.wiki-pages-list.content-list {
} }
.wiki-form .markdown-area { .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