fix(react): content max width

This commit is contained in:
Pavel Prichodko 2022-04-18 14:32:47 +02:00
parent 9a83f54a48
commit 7484fcf935
No known key found for this signature in database
GPG Key ID: 8E4C82D464215E83
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ const ContentWrapper = styled('div', {
overflowX: 'hidden',
WebkitOverflowScrolling: 'touch',
overscrollBehavior: 'contain',
minWidth: 1,
// scrollSnapType: 'y proximity',
// '& > div:last-child': {