chore(npm): update CKEditor to version 4.14.1

This commit is contained in:
Francis Lachapelle
2020-06-19 14:47:22 -04:00
parent 3b46281dde
commit 1b603262e9
10 changed files with 63 additions and 0 deletions
@@ -0,0 +1,18 @@
.cke_dialog_open {
overflow: hidden;
}
.cke_dialog_container {
position: fixed;
overflow-y: auto;
overflow-x: auto;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10010;
}
.cke_dialog_body {
position: relative;
}