Closed happimaker closed 4 years ago
I want to fix header so that I can control the header swipeable after I opened the sheet and scrolled down.
@happimaker You can do it with custom css
css
.ReactSwipeableBottomSheet--open > div:first-child { position: sticky; top: 0; }
I want to fix header so that I can control the header swipeable after I opened the sheet and scrolled down.