kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.07k stars 121 forks source link

Init new CodeFlask and it's all misaligned #128

Closed jamesta696 closed 3 years ago

jamesta696 commented 3 years ago

Just decided to try out this library, and it's rendering all misaligned and off screen... It's almost like I have to manually go and change all the css values. Am I doing something wrong?

Thanks

image image

M1CK431 commented 3 years ago

Set the parent style as position: relative :wink:

jamesta696 commented 3 years ago

Set the parent style as position: relative 😉

I had tried that but was still broken and required more CSS changes in order to render properly, I decided to just go with HighlightJS

Thanks for your reply, forgot to close this issue.