react-swipeable-list
react-swipeable-list copied to clipboard
incomplete closure of swipes
If you close actions with a jerk of the mouse, sometimes it does not close completely, see the screenshot type IOS, fullSwipe enabled
macOS Big Sur 11.7 Google Chrome 116.0.5845.96
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; }