Skip to content

Commit

Permalink
fix(ui): solved screen shake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amcarrero committed Dec 10, 2024
1 parent d1004ef commit 886c210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/CityScopeJS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default function CityScopeJS() {
{/* if cityIO module is done loading, start the CSjs app */}
{cityIOisDone && (
<>
<DeckGLMap />
<div style={{ height: '100vh', width: '100vw', position: 'relative', overflow: 'hidden' }}>
<DeckGLMap />
</div>
<MenuContainer />
<VisContainer />
</>
Expand Down

0 comments on commit 886c210

Please sign in to comment.