-
Notifications
You must be signed in to change notification settings - Fork 23
Overlapping of code block and editor toolbar #2
Comments
.codeflask.codeflask--has-line-numbers:before, .codeflask__lines{ |
Sorry i dont have time to look into this at this moment - if you find a fix please raise a PR or comment here, and i can try to impliment it |
looks like adding
resolves this, but its a change to the css of the editorjs not the plugin, so its not a great fix - ill look for a better one |
I agree - the issue is that editorjs doesnt expose any native dropdown tool, it only provides buttons - so this is a extra dependancy in the project. I dont have time to do this at the moment, someone is welcome to PR |
I tried to add two lines of styles to solve the overlapping issue: .editorjs-codeFlask_Wrapper{
/* ... */
z-index: 0;
position: inherit;
} And due to built-in filtering function works correctly, I flat all languages selects into the menu. (currently selected state not working properly) |
Important This repo will be archived soon. Please upgrade to @calumk/editorjs-codecup This new repo fixes this (any other issues), and removes dependancy on codeflask, instead using codecup |
I have tried to use this code block but when i want to use options something like this happens
is there any way to fix it?
The text was updated successfully, but these errors were encountered: