feat: fixing custom editor

This commit is contained in:
hanif salafi 2025-09-10 07:17:49 +07:00
parent 4f27b0f332
commit d0336e9ca0
1 changed files with 1 additions and 2 deletions

View File

@ -76,8 +76,7 @@ function CustomEditor(props) {
.ckeditor-wrapper { .ckeditor-wrapper {
border-radius: 6px; border-radius: 6px;
overflow: hidden; overflow: hidden;
// box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
0 1px 2px 0 rgba(0, 0, 0, 0.06);
} }
.ckeditor-wrapper :global(.ck.ck-editor__main) { .ckeditor-wrapper :global(.ck.ck-editor__main) {