use a module with a code mirror field, and use chrome
see the code you want to edit
the code-mirror line numbers(gray on left) overlap the actual code
chrome / Mac OS / Joomla 4 B7
Labels |
Added:
?
|
duplicate of one of my reports.
Correction I see the problem now and its apparently quite a common issue with codemirror. codemirror/CodeMirror#3098 (comment)
I am looking at the suggestions
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-19 18:23:17 |
Closed_By | ⇒ | richard67 |
add css to .CodeMirror-scroll:
.CodeMirror-Scroll{ padding-left: 30px }
fixed it for me.