diff --git a/src/css/dashboard.css b/src/css/dashboard.css index 65eb53cb6..ba02d974d 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 71bf041b4..859de589c 100644 --- a/src/dashboard.html +++ b/src/dashboard.html @@ -10,7 +10,8 @@ - + +