diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-21 19:46:15 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-21 19:46:55 +0100 |
commit | 23b284173469f372e6cebc661d267bc7441cc3b4 (patch) | |
tree | 691f8abf93e5103c4564970689903396d691ab59 | |
parent | c3f33601c6171db4a2d18878bbbb9580cd259ef4 (diff) |
CSS: #modal-info: Make text selectable.
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |