1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix modal content not being selectable (#27813)

This commit is contained in:
pajowu 2023-11-13 14:27:50 +01:00 committed by GitHub
parent 07a4059901
commit ed79713f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5226,6 +5226,7 @@ a.status-card {
.modal-root__modal {
pointer-events: auto;
user-select: text;
display: flex;
}