mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-13 11:45:45 +03:00
hark: prevent inbox flexshrink in safari
This commit is contained in:
parent
6e8aa1faf1
commit
402f616461
@ -93,7 +93,7 @@ export default function Inbox(props: {
|
||||
};
|
||||
|
||||
return (
|
||||
<Col onScroll={onScroll} overflowY="auto" flexGrow="1" minHeight='0'>
|
||||
<Col onScroll={onScroll} overflowY="auto" flexGrow="1" minHeight='0' flexShrink='0'>
|
||||
{incomingGroups.map((invite) => (
|
||||
<Box
|
||||
bg='white'
|
||||
|
Loading…
Reference in New Issue
Block a user