Almost there

This commit is contained in:
Daniel Ledda
2020-11-14 16:32:08 +01:00
parent 3455a11f89
commit 7591c9edda

View File

@@ -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 {