- π¨π¦Canada paintingguy
Its brutal trying to insert media in drupal 9 using ckeditor 4. Hope this gets resolved!
- π³π¬Nigeria chike Nigeria
This made it usable for me,
@media (max-width: 767px) { .ui-dialog #drupal-modal.ui-dialog-content.ui-widget-content { min-height: 500px !important; } }
I've also encountered this issue only on Windows Edge and Chrome browsers.
- π¨π¦Canada paintingguy
oops, #17 did not work after all. I tried adding this into CSS Injector but no change. Any other suggestion?
- π¨π¦Canada paintingguy
Ha! I realized I was adding #17 to the wrong theme. When I selected Claro and the theme in CSS Injector, It works much better. Thank you!
Using viewport height makes the size closer to what the JavaScript is calculating `min-height: 70vh!important;`.