Fixed journey calculations.

This commit is contained in:
Mike Cao 2025-06-07 11:28:35 -07:00
parent fd7dddb43a
commit 28e872f219
5 changed files with 29 additions and 18 deletions

View file

@ -21,6 +21,7 @@ const fullscreenStyles = {
height: '100%',
top: 0,
left: 0,
border: 'none',
zIndex: 9999,
} as any;