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;