CKEditor5 toolbar some items in Bootstrap5 Offcanvas not use
📝 Ask a question
Hi i use CKEditor5 v43.2.0 and Bootstrap 5.3 When CKEditor5 in Bootstrap Offcanvas, and setting
Details
data-bs-backdrop="true"
Some drop-down menu items cannot be displayed I already have reference this web page https://github.com/orgs/twbs/discussions/38155 Only set data-bs-backdrop=false drop-down menu items will be displayed, but i need data-bs-backdrop=true Is there any solution to this?
I think it might be simply the case of z-index changes, as our docs state.
Offcanvas is using 1050 AFAICS, so try to modify our variables to be more than that.
I think it might be simply the case of
z-indexchanges, as our docs state. Offcanvas is using1050AFAICS, so try to modify our variables to be more than that.
I found that if I use ClassicEditor and setting z-index, it works ok. But if I use InlineEditor, then it will not be displayed as I said. However, Bootstrap Modal works for both ClassicEditor and InlineEditor
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).