add inital attempt at cursor position preservation
This commit is contained in:
parent
67b76e41c5
commit
69fd9a1753
4 changed files with 43 additions and 495 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue