aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-21 19:46:15 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-21 19:46:55 +0100
commit23b284173469f372e6cebc661d267bc7441cc3b4 (patch)
tree691f8abf93e5103c4564970689903396d691ab59 /style.css
parentc3f33601c6171db4a2d18878bbbb9580cd259ef4 (diff)
CSS: #modal-info: Make text selectable.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index af20935..96e8bca 100644
--- a/style.css
+++ b/style.css
@@ -251,6 +251,10 @@ html, body {
--bs-btn-padding-y: 0.4rem;
}
}
+#modal-info {
+ pointer-events: auto;
+ user-select: text;
+}
.ol-overlaycontainer-stopevent .modal-backdrop.show {
pointer-events: auto;