From 7591c9eddafe5010abfd958d415f5cbd02907318 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sat, 14 Nov 2020 16:32:08 +0100 Subject: [PATCH] Almost there --- webapp/dist/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/dist/styles.css b/webapp/dist/styles.css index 260177f..3d2979f 100644 --- a/webapp/dist/styles.css +++ b/webapp/dist/styles.css @@ -5,7 +5,7 @@ html, body { .overlay { background-color: rgba(255, 255, 255, 0.5); - transition: opacity, 1s; + transition: opacity 1s, display 1s; opacity: 100%; } @@ -27,6 +27,7 @@ html, body { .hidden { opacity: 0%; + display: none; } .chart-container {