Fix algiment issues by setting the editor to position fix.

(cherry picked from commit daf54468b1)
This commit is contained in:
Karn Blackmore
2022-12-13 12:29:40 +00:00
committed by Sebastiaan Janssen
parent e9d17d3b9f
commit 2d32f46d80

View File

@@ -5,6 +5,7 @@
.umb-editor {
box-shadow: 0px 0 30px 0 rgba(0,0,0,.3);
position: fixed;
}
}