Almost there
This commit is contained in:
4
webapp/dist/styles.css
vendored
4
webapp/dist/styles.css
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user