diff --git a/src/css/dashboard.css b/src/css/dashboard.css index 65eb53cb6564e..ba02d974d0b3f 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -7,6 +7,9 @@ html, body { position: relative; width: 100vw; } +body.notReady { + display: none; + } #dashboard-nav { border: 0; border-bottom: 1px solid var(--border-1); diff --git a/src/dashboard.html b/src/dashboard.html index 71bf041b488b0..859de589c7056 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -10,7 +10,8 @@ - + +