From 1e1c294337b7f91bef139bd5052b3f2e1874c3bb Mon Sep 17 00:00:00 2001 From: torcado194 <torcado@yahoo.com> Date: Sun, 27 Mar 2022 21:18:27 -0400 Subject: [PATCH] prevent user select on controls --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 23cae82..7039cd7 100644 --- a/index.html +++ b/index.html @@ -214,6 +214,7 @@ width: 100%; display: flex; margin-bottom: 20px; + user-select: none; } #player { width: 100%; @@ -304,6 +305,7 @@ -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; + user-select: none; } #controls .riser {