diff --git a/static/style.css b/static/style.css
index 9d05217..db19bf9 100644
--- a/static/style.css
+++ b/static/style.css
@@ -140,3 +140,12 @@ input::placeholder {
.subtext {
color: var(--text-muted);
}
+
+.noselect {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}