🐛 Fix z-index of loading bar

This commit is contained in:
2023-06-04 16:12:21 +02:00
parent a5fcd2a25d
commit 8cdf5a691c

View File

@ -63,6 +63,7 @@ watch(
opacity: 0;
background-color: var(--loader-color);
height: 5px;
z-index: 10;
}
.bar.transition {