Fix about info not selectable/copyable (#3610)

This commit is contained in:
Daniel James Smith 2022-10-19 17:14:21 +02:00 committed by GitHub
parent c872c61e3f
commit 6dc6d2087d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ img,
user-select: none;
}
app-about .modal-body > *,
app-vault-view .box-footer {
user-select: auto;
}