mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-12 15:04:52 +00:00
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…
x
Reference in New Issue
Block a user