mirror of
https://github.com/status-im/status-web.git
synced 2025-01-19 17:09:48 +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