aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 52d7efe..672610d 100644
--- a/style.css
+++ b/style.css
@@ -479,6 +479,11 @@ body.inprogress {
#age-filter-form .age-filter-settings p.text-muted {
margin: 0;
}
+#age-filter-modal p {
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ user-select: text;
+}
.popover {
--bs-popover-header-padding-x: .75rem;