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 {
|
||||
pointer-events: auto;
|
||||
user-select: text;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue