Fix globe blur

This commit is contained in:
Konstantin Wohlwend 2025-07-31 11:42:49 -07:00
parent 7226c40d0a
commit a846432c61

View File

@ -250,6 +250,7 @@ export function GlobeSection({ countryData, totalUsers, children }: {countryData
className='absolute top-0 right-0 bottom-0 backdrop-blur-md'
style={{
left: ((globeContainerSize?.width ?? 0) - (sectionContainerSize?.width ?? 0)) / 2 + (globeWindowSize?.width ?? 0),
zIndex: -1,
}}
onMouseMove={() => {