fix(app): line selection ux fixes

This commit is contained in:
adamelmore
2026-01-24 12:19:39 -06:00
parent fa1a54ba3d
commit 42b802b688
5 changed files with 57 additions and 22 deletions

View File

@@ -87,6 +87,15 @@ const unsafeCSS = `
}
[data-column-number] {
background-color: var(--background-stronger);
cursor: default !important;
}
&[data-interactive-line-numbers] [data-column-number] {
cursor: default !important;
}
&[data-interactive-lines] [data-line] {
cursor: auto !important;
}
[data-code] {
overflow-x: auto !important;