Skip to content
Snippets Groups Projects
Commit fa418c37 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

don't hide toolbar overflow for dialogs, fixes #3212

Closes #3212

Merge request studip/studip!2264
parent 67d77742
No related branches found
No related tags found
No related merge requests found
...@@ -426,7 +426,6 @@ form.default .ck-source-editing-area textarea { ...@@ -426,7 +426,6 @@ form.default .ck-source-editing-area textarea {
/* toolbar fix for dialogs */ /* toolbar fix for dialogs */
.studip-dialog { .studip-dialog {
.ck-editor { .ck-editor {
overflow: hidden;
.ck-editor__editable_inline { .ck-editor__editable_inline {
height: 200px; height: 200px;
resize: vertical; resize: vertical;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment