landscape: prevent flexShrink on group header

This commit is contained in:
Matilde Park 2021-02-04 19:54:15 -05:00
parent 105916d93e
commit 76f8cb866a

View File

@ -83,7 +83,18 @@ export function GroupSwitcher(props: {
: associations.groups[workspace.group].metadata; : associations.groups[workspace.group].metadata;
const navTo = (to: string) => `${props.baseUrl}${to}`; const navTo = (to: string) => `${props.baseUrl}${to}`;
return ( return (
<Row width="100%" alignItems="center" height='48px' backgroundColor="white" zIndex="2" position="sticky" top="0px" pl='3' borderBottom='1px solid' borderColor='washedGray'> <Row
width="100%"
alignItems="center"
flexShrink={0}
height='48px'
backgroundColor="white"
zIndex="2"
position="sticky"
top="0px"
pl='3'
borderBottom='1px solid'
borderColor='washedGray'>
<Col <Col
bg="white" bg="white"
width="100%" width="100%"