[Glitch] Fix modal content not being selectable

Port ed79713f3a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
pajowu 2023-11-13 14:27:50 +01:00 committed by Claire
parent d6ad9d351e
commit 6261db2a26

View file

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