add inital attempt at cursor position preservation

This commit is contained in:
Chris Kruining 2025-02-13 17:15:22 +11:00
parent 67b76e41c5
commit 69fd9a1753
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
4 changed files with 43 additions and 495 deletions

View file

@ -2,5 +2,13 @@
background-color: var(--surface-600);
color: var(--text-1);
border: 1px solid var(--text-2);
border-radius: var(--radii-s);
border-radius: var(--radii-m);
padding: var(--padding-s);
overflow: auto !important;
max-inline-size: 30em;
& * {
white-space: nowrap;
}
}