fix(react): content max width
This commit is contained in:
parent
f9abfc56d8
commit
582b58dc4e
|
@ -88,6 +88,8 @@ const ContentWrapper = styled('div', {
|
|||
overflowX: 'hidden',
|
||||
WebkitOverflowScrolling: 'touch',
|
||||
overscrollBehavior: 'contain',
|
||||
minWidth: 1,
|
||||
|
||||
// scrollSnapType: 'y proximity',
|
||||
|
||||
// '& > div:last-child': {
|
||||
|
|
Loading…
Reference in New Issue