From cbedb6a5ee60690a98d1d6839bd63f1751433fe8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 8 Feb 2022 11:22:43 +0100 Subject: [PATCH] Prevent selection on rewind/forward texts --- client/src/sass/player/mobile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/sass/player/mobile.scss b/client/src/sass/player/mobile.scss index 2688860a6..84d7a00f1 100644 --- a/client/src/sass/player/mobile.scss +++ b/client/src/sass/player/mobile.scss @@ -39,6 +39,7 @@ position: relative; top: calc(50% - 10px); transform: translateY(-50%); + user-select: none; } .main-button,