Skip to content

Commit

Permalink
Merge pull request #218 from CityScope/fix/screen-shake
Browse files Browse the repository at this point in the history
fix(ui): solved screen shake issue
  • Loading branch information
RELNO authored Dec 10, 2024
2 parents d1004ef + 886c210 commit 1cb2e63
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 1cb2e63

Please sign in to comment.