web/SmallDialog: allow text selection in body

This commit is contained in:
wukko 2024-07-17 14:50:35 +06:00
parent 204e025656
commit ce609ad201
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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 {