Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incomplete closure of swipes #51

Open
Starly26 opened this issue Aug 29, 2023 · 1 comment
Open

incomplete closure of swipes #51

Starly26 opened this issue Aug 29, 2023 · 1 comment

Comments

@Starly26
Copy link

Starly26 commented Aug 29, 2023

If you close actions with a jerk of the mouse, sometimes it does not close completely, see the screenshot
type IOS, fullSwipe enabled

Снимок экрана 2023-08-29 в 12 48 32

macOS Big Sur 11.7
Google Chrome 116.0.5845.96

@Chance722
Copy link

Chance722 commented May 21, 2024

same bug. I solved this problem by adding backgorund color to the block and add z-index, then the block can cover the right btn. like this:
.swipeable-list-item__content { position: relative; background-color: #fff; z-index: 100; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants