From 06cf3995c5e1b01cb7bb0cb9126d458f4345f9ec Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 1 Dec 2022 18:50:48 +0300 Subject: [PATCH] added custom style for loading --- resources/views/components/loading/content.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/loading/content.blade.php b/resources/views/components/loading/content.blade.php index 5240e0956..2dd532125 100644 --- a/resources/views/components/loading/content.blade.php +++ b/resources/views/components/loading/content.blade.php @@ -3,7 +3,7 @@ x-init="document.querySelector('[data-modal-handle]') ? document.querySelectorAll('[data-modal-handle]').forEach((item) => { item.classList.add('invisible') }) : null, setTimeout(() => $refs.loadingContent.remove(), 1000), setTimeout(() => document.querySelector('[data-modal-handle]') ? document.querySelectorAll('[data-modal-handle]').forEach((item) => { item.classList.remove('invisible') }) : null , 1010)" x-ref="loadingContent" class="fixed w-full lg:w-4/5 h-screen flex items-center justify-center bg-body top-0 bottom-0 ltr:right-0 rtl:left-0 -mx-1" - style="z-index: 60;" + style="position:fixed; z-index:60; top:0; bottom:0; background-color: #fcfcfc;" > Akaunting