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

ck-block-toolbar-button doesn't work well when in a pop-ups #184

Open
hdtopku opened this issue Apr 24, 2021 · 7 comments
Open

ck-block-toolbar-button doesn't work well when in a pop-ups #184

hdtopku opened this issue Apr 24, 2021 · 7 comments

Comments

@hdtopku
Copy link

hdtopku commented Apr 24, 2021

image
image
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?

@iissy
Copy link

iissy commented Aug 24, 2021

i have the same problem on bootstrapVue/modals.

@hdtopku
Copy link
Author

hdtopku commented Aug 25, 2021

z-index设置大一点就可以解决

.ck.ck-block-toolbar-button {
	z-index: 999999 !important;
}

@iissy
Copy link

iissy commented Aug 27, 2021

Link

2 questions

  1. Link button under bootstrapVue/modals.
    I try to change style, it work.
    .ck.ck-balloon-panel, .ck.ck-balloon-panel * { z-index: 1041 !important; }

  2. Link button, Cannot enter url address in input box on bootstrapVue/modals.

@zymotik
Copy link

zymotik commented Apr 4, 2024

Oh wow, a problem since 2021! Looks like there is no hope for a fix. @mikebrandl

@zymotik
Copy link

zymotik commented Apr 4, 2024

Some fixes suggested for other frameworks on this issue: #262 (comment)

@hdtopku
Copy link
Author

hdtopku commented Apr 4, 2024

Some fixes suggested for other frameworks on this issue: #262 (comment)

It works like this

.ck.ck-block-toolbar-button {
	z-index: 999999 !important;
}

@mikebrandl
Copy link

Not with Vuetify @hdtopku sadly.

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

No branches or pull requests

4 participants