fabianmichael / kirby-markdown-field

Super-sophisticated markdown editor for Kirby 3, community built.
Other
160 stars 14 forks source link

Styling / scrollbar issue #104

Closed eXpl0it3r closed 3 years ago

eXpl0it3r commented 3 years ago

Steps to reproduce

Actual Behavior

image image

Expected Behavior

eXpl0it3r commented 3 years ago

I just took a look at CodeMirror's documentation and setting the scrollbarStyle to null instead of native already got rid of the scrollbar for me. But there's still some spacing issue, which I guess comes from the toolbar being in the same space as the text entry field.

eXpl0it3r commented 3 years ago

I've some "fixes", but they seem more like patches than actually solving the issue. Posting here, just in case someone else is interested in them. 😅

sylvainjule commented 3 years ago

The scrollbar issue is fixed.

I have added a size option.