Skip to content

Context menu z-index problems #127

Answered by josdejong
elipp asked this question in Q&A
Discussion options

You must be logged in to vote

This happens when the editor is created inside a DIV that has styling overflow: hidden.

It's is often used to prevent the contents of a DIV from overflowing, but instead of you can use flexbox and specify min-width: 0 and/or min-height: 0 to prevent any overflowing content.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@elipp
Comment options

Answer selected by elipp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #125 on August 17, 2022 12:57.