fix(react): content max width

This commit is contained in:
Pavel Prichodko 2022-04-18 14:32:47 +02:00
parent f9abfc56d8
commit 582b58dc4e
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 2 additions and 0 deletions

View File

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