Almost there

This commit is contained in:
Daniel Ledda
2020-11-14 16:36:42 +01:00
parent 7591c9edda
commit db4814025c
3 changed files with 5 additions and 5 deletions

2
webapp/dist/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@ html, body {
.overlay {
background-color: rgba(255, 255, 255, 0.5);
transition: opacity 1s, display 1s;
transition: opacity 1s;
opacity: 100%;
}
@@ -27,7 +27,7 @@ html, body {
.hidden {
opacity: 0%;
display: none;
z-index: -1;
}
.chart-container {