mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
decrease z-index on LoadingOverlay to prevent conflicts
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user