kazzkiq / CodeFlask

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

Textarea misaligned with code on mobile #94

Open pfgithub opened 5 years ago

pfgithub commented 5 years ago

This can be mostly fixed by adding wrap="off" to the text area so it scrolls horizontally, but it's still slightly off after that.

Without wrap="off"
Without with="off"
(black is the textarea, colors are the highlighted code)

on iOS 12.0, iPhone SE