-
Notifications
You must be signed in to change notification settings - Fork 77
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
ck-block-toolbar-button doesn't work well when in a pop-ups #184
Comments
i have the same problem on bootstrapVue/modals. |
z-index设置大一点就可以解决 .ck.ck-block-toolbar-button {
z-index: 999999 !important;
} |
Oh wow, a problem since 2021! Looks like there is no hope for a fix. @mikebrandl |
Some fixes suggested for other frameworks on this issue: #262 (comment) |
It works like this
|
Not with Vuetify @hdtopku sadly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ck-block-toolbar-button works well when editor in a page,
but it doesn't work well when in a pop-ups.
I tried to set 'position: relative; z-index: 10000', but no use.
The button sees under the pop-ups,
how to solve this problem?
The text was updated successfully, but these errors were encountered: