Problem/Motivation
When using a ckeditor5 field inside a modal, ckeditor5 balloon area is not shown, f.e. when clicking Link button.
Proposed resolution
There is specific css provided by ckeditor5 module (ckeditor5.dialog.fix.css) setting the z-index to higher value. but overridden by gin theme ckeditor5.scss.
Remove override.
Issue fork gin-3331304
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
volkerk commentedComment #5
dshields commentedSolved it for me!
Comment #6
joelsteidl commentedSolved my issue as well! I figured it out by turning on Claro and it worked when I clicked the Link icon in ckeditor5.
Comment #8
saschaeggi👍