From 886c2108077d81d6dd2873018edd705bfd6b7804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Mora=20Carrero?= Date: Tue, 10 Dec 2024 17:04:12 +0100 Subject: [PATCH] fix(ui): solved screen shake issue --- src/views/CityScopeJS/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/CityScopeJS/index.js b/src/views/CityScopeJS/index.js index 7dc9fc1e..f73d9a81 100644 --- a/src/views/CityScopeJS/index.js +++ b/src/views/CityScopeJS/index.js @@ -19,7 +19,9 @@ export default function CityScopeJS() { {/* if cityIO module is done loading, start the CSjs app */} {cityIOisDone && ( <> - +
+ +