diff --git a/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx b/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx index 1b0c45fa..22ccb3cb 100644 --- a/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx +++ b/apps/web/src/arcade-games/know-your-world/components/DrillDownMapSelector.tsx @@ -1340,7 +1340,7 @@ export function DrillDownMapSelector({ rounded: 'xl', shadow: 'lg', width: '205px', - maxHeight: { base: 'none', md: fillContainer ? '550px' : 'none' }, + maxHeight: { base: 'none', md: fillContainer ? 'calc(100vh - 200px)' : 'none' }, overflowY: 'auto', })} >