mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-02-04 12:53:53 +00:00
Fix narrow scrolling (#72)
This commit is contained in:
parent
a88eb5690f
commit
6fa1eddbc7
@ -50,4 +50,5 @@ export function NarrowChannels({
|
||||
const ListWrapper = styled.div`
|
||||
padding: 0px 18px 18px;
|
||||
background: ${({ theme }) => theme.bodyBackgroundColor};
|
||||
overflow: auto;
|
||||
`;
|
||||
|
@ -32,4 +32,5 @@ export function NarrowMembers({
|
||||
const ListWrapper = styled.div`
|
||||
padding: 0px 18px 18px;
|
||||
background: ${({ theme }) => theme.bodyBackgroundColor};
|
||||
overflow: auto;
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user