Make dialogue prose selectable

This commit is contained in:
vorotamoroz
2026-07-24 17:53:55 +00:00
parent 0a7a3b1635
commit c8162fd0cd
4 changed files with 71 additions and 13 deletions
@@ -68,6 +68,8 @@
display: flex;
flex-direction: column;
padding-bottom: var(--keyboard-height, 0px);
user-select: text;
-webkit-user-select: text;
}
.dialog-host :global(button) {