Needs to be set to relative or removed.
After adding Find and Replace plugin for ckEdityor, 'Find Options' covers the search options in dialog box. In the form.css position is set to absolute.

| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Screen Shot 2021-06-24 at 10.48.47 AM.png | 67.67 KB | karenann |
| #8 | Create_Article___Drush_Site-Install.png | 69.93 KB | joelpittet |
| Screen Shot 2016-06-06 at 8.50.41 AM.png | 14.64 KB | pericxc |
Comments
Comment #7
joelpittetComment #8
joelpittetI was looking into similar issues and installed ckeditor_find and couldn't reproduce this issue. I'll close this and assume it's fixed. Please let me know if you aren't using that.
This plugin is used:
https://www.drupal.org/project/ckeditor_find
Comment #9
karenann commentedI wasn't sure if it'd be okay to reopen this, but, I've been able to reproduce this after installing anchor_links into my Drupal 8.9.16 instance. I don't think this has to do with Anchor Links, specifically, though.
I can see the following CSS for the legend tag:
I can also see in docroot/libraries/link/dialogs/link.js starting around line 394 theres a vbox with the id "anchorOptions" that generates the fieldset.
For me, I think I'm going to create a mitigation patch for my own instance to add the "fieldgroup" class to the fieldset just to get my instance readable. I wasn't intending on posting that here because it's not a fix, its a hack.
As for an actual fix, I don't want to speculate but really interested to see if this helps.