Skip to content

Commit def8637

Browse files
Merge pull request #68 from MobilityData/copilot/fix-ticket-57-issue
Fix: map page sidebar covers fixed header on scroll
2 parents ead57f2 + 3413c73 commit def8637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/screens/Feed/Map.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const StyledMapControlPanel = styled(Box, {
2929
top: 'unset',
3030
paddingTop: 0,
3131
margin: theme.spacing(2),
32+
zIndex: 'auto',
3233
},
3334
}));
3435

0 commit comments

Comments
 (0)