simple-code-editor icon indicating copy to clipboard operation
simple-code-editor copied to clipboard

the cursor/actual text is always above the colored code text

Open mwolfeu opened this issue 5 months ago • 1 comments

Screenshot from 2024-01-19 17-03-47

The selected text is different from and above the colored text.

Screenshot from 2024-01-19 17-06-27

Using vue 3 / vuetify latest / vite Nothing printed to the console. Maybe related: Isn't the github theme supposed to have a white background?

mwolfeu avatar Jan 19 '24 16:01 mwolfeu

Try add this to global css:

.code-editor {
  letter-spacing: 0 !important;
  line-height: 0 !important;
}

juzeon avatar Mar 16 '24 13:03 juzeon