From 93d44e393f4d81d877fbcfd54fba4b5433ad2d74 Mon Sep 17 00:00:00 2001 From: pjanik Date: Mon, 16 Sep 2024 19:53:25 +0200 Subject: [PATCH] fix: make about text selectable [PT-188164577] --- src/components/info-modal.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/info-modal.scss b/src/components/info-modal.scss index f9eec12..e52a71e 100644 --- a/src/components/info-modal.scss +++ b/src/components/info-modal.scss @@ -11,6 +11,8 @@ $teal-dark: #177991; padding: 0 0 75px; background-color: #fff; z-index: 10; + user-select: text; + .modal-header { width: 100%;