Fix tab bar scroll arrow button click not working (#4529)

fix: #4527
This commit is contained in:
windingwind 2024-08-08 16:19:41 +08:00 committed by GitHub
parent 01f9222735
commit 6f6444dc12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,8 @@
display: none; display: none;
box-shadow: none; box-shadow: none;
z-index: 1; z-index: 1;
// Fix single click on arrow not working
-moz-window-dragging: no-drag;
> button { > button {
width: auto; width: auto;