decrease z-index on LoadingOverlay to prevent conflicts

This commit is contained in:
jeffvli
2025-12-07 02:28:18 -08:00
parent 8841781e6b
commit 9c81487f98
@@ -18,6 +18,11 @@ export const LoadingOverlay = ({ ...props }: LoadingOverlayProps) => {
color: 'var(--theme-colors-background)',
opacity: 0.5,
}}
styles={{
root: {
zIndex: 150,
},
}}
transitionProps={{
duration: 0.5,
transition: 'fade',