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