diff --git a/components/editor/custom-editor.js b/components/editor/custom-editor.js index 7e78e816..c2e10463 100644 --- a/components/editor/custom-editor.js +++ b/components/editor/custom-editor.js @@ -76,8 +76,7 @@ function CustomEditor(props) { .ckeditor-wrapper { border-radius: 6px; overflow: hidden; - // box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), - 0 1px 2px 0 rgba(0, 0, 0, 0.06); + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06); } .ckeditor-wrapper :global(.ck.ck-editor__main) {