diff --git a/src/context/Loading.tsx b/src/context/Loading.tsx index d94c2ef..39ccc11 100644 --- a/src/context/Loading.tsx +++ b/src/context/Loading.tsx @@ -18,8 +18,10 @@ export const LoadingProvider = ({ children }: Props) => { return ( {loading && ( -
- +
+ {/* Keep loading indicator outside of div with backdrop-filter due to Chrome */} + +
)} {children}