🐛 Fix z-index of loading bar
This commit is contained in:
@ -63,6 +63,7 @@ watch(
|
||||
opacity: 0;
|
||||
background-color: var(--loader-color);
|
||||
height: 5px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.bar.transition {
|
||||
|
Reference in New Issue
Block a user