Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Add
Swipe & Scroll
guide (#3254)
## Description At the beginning of new web implementation `Swipeable` component was blocking `scroll` on `web`. We did fix it by adding `touch-action: pan-y;` as a property to our handlers, and making it default in `Pan` used under the hood of `Swipeable`. However, some of our users prefer to create their own versions of `Swipeable` - that's where they encounter this issue. This PR adds guide section about fixing this problem. It also changes font size of `code` inside headers such that it is no longer ridiculously small. ## Test plan Run docs
- Loading branch information