Fix modal content not being selectable (#27813)
This commit is contained in:
parent
07a4059901
commit
ed79713f3a
|
@ -5226,6 +5226,7 @@ a.status-card {
|
||||||
|
|
||||||
.modal-root__modal {
|
.modal-root__modal {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
|
user-select: text;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue