Fix modal content not being selectable (#27813)

pull/27837/head
pajowu 1 year ago committed by GitHub
parent 07a4059901
commit ed79713f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save