diff --git a/web/static/css/tailwind.css b/web/static/css/tailwind.css index f39f94b..bddfbd8 100644 --- a/web/static/css/tailwind.css +++ b/web/static/css/tailwind.css @@ -1065,6 +1065,12 @@ video { cursor: pointer; } +.select-none { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + .grid-flow-col { grid-auto-flow: column; } diff --git a/web/templates/pages/index.tmpl b/web/templates/pages/index.tmpl index e28c086..fbd9ea5 100644 --- a/web/templates/pages/index.tmpl +++ b/web/templates/pages/index.tmpl @@ -114,7 +114,7 @@ {{ $group }}