From c51bed6cb520325e9524e1e0dac79eddf38240e6 Mon Sep 17 00:00:00 2001 From: Tine Date: Wed, 29 May 2024 20:12:31 +0200 Subject: [PATCH] fix: non selectable chevron --- web/static/css/tailwind.css | 6 ++++++ web/templates/pages/index.tmpl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 }}