From 6f6444dc121f3e242b7b27d12623cc5bd4c0d2b3 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 8 Aug 2024 16:19:41 +0800 Subject: [PATCH] Fix tab bar scroll arrow button click not working (#4529) fix: #4527 --- scss/components/_tabBar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/components/_tabBar.scss b/scss/components/_tabBar.scss index ac548a7b1f..7210ad50e6 100644 --- a/scss/components/_tabBar.scss +++ b/scss/components/_tabBar.scss @@ -54,6 +54,8 @@ display: none; box-shadow: none; z-index: 1; + // Fix single click on arrow not working + -moz-window-dragging: no-drag; > button { width: auto;