1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

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

View File

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