Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Link editor should have higher z-index than RichTextEditor #74

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

gradinarufelix
Copy link
Contributor

When using the RichTextEditor, the link editor would open behind the editor as the z-index is lower. I increased the z-index to 100, so that the link editor stays reliably on top of the rich text editor.

@lorenzulrich
Copy link
Contributor

Great, we had this problem too. Thanks for fixing!

* main:
  [BUGFIX] Prevent line breaks in tabs
  TASK: adjust readme with anchor links to documentation parts

# Conflicts:
#	Resources/Public/JavaScript/Plugin.js
@mficzel mficzel merged commit db66108 into sitegeist:main Jan 7, 2025
1 check failed
@lorenzulrich
Copy link
Contributor

Unfortunately, this has a regression:

image

The select box with the phone number prefixes is not behind. This element has z-index 70. Not sure if we should just raise this to 101 or if it will cause further problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants