This commit is contained in:
marzban-dev
2025-02-21 21:39:47 +03:30
parent 2f9c7f4c2b
commit 809c5cb613
@@ -21,7 +21,7 @@ nuxtApp.hook("page:finish", () => {
<Transition name="fade">
<div
v-if="isLoading"
class="h-[20px] flex items-center justify-center bg-black w-full left-0 top-0 fixed z-100"
class="h-[20px] flex items-center justify-center bg-black w-full left-0 top-0 fixed z-9999"
>
<div class="absolute progress-indicator w-1/3 bg-white h-1 rounded-full"></div>
</div>