Disable timespan controls while isLoading

This commit is contained in:
nymkappa
2023-02-21 18:48:09 +09:00
parent ceac9ce98c
commit bcae53c224
19 changed files with 54 additions and 12 deletions

View File

@@ -82,3 +82,8 @@
.loadingGraphs.widget {
top: 75%;
}
.disabled {
pointer-events: none;
opacity: 0.5;
}