Fix algiment issues by setting the editor to position fix.

This commit is contained in:
Karn Blackmore
2022-12-13 12:29:40 +00:00
committed by georgebid
parent 62b49c7ea7
commit daf54468b1

View File

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