From f88ca8df834b5b9c28b766cb2d96f5765c202785 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 5 Jun 2024 16:38:21 +0200 Subject: [PATCH] fix: Let CKEditor decide on size of panels (#674) --- .../static/djangocms_text_ckeditor/css/cms.ckeditor.css | 1 - 1 file changed, 1 deletion(-) diff --git a/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css b/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css index 40e8075e0..d8c632a93 100644 --- a/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css +++ b/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css @@ -83,7 +83,6 @@ /* scrollable dropdowns on touch */ .cke_panel { overflow-y: auto !important; - height: auto !important; max-height: 300px !important; -webkit-overflow-scrolling: touch !important;