mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix globe blur
This commit is contained in:
parent
7226c40d0a
commit
a846432c61
@ -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={() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user