diff --git a/web/src/components/dialog/SmallDialog.svelte b/web/src/components/dialog/SmallDialog.svelte index 3ca087a1..bee98362 100644 --- a/web/src/components/dialog/SmallDialog.svelte +++ b/web/src/components/dialog/SmallDialog.svelte @@ -143,6 +143,8 @@ font-weight: 500; line-height: 1.7; color: var(--gray); + user-select: text; + -webkit-user-select: text; } .body-text:focus-visible {