mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +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)',
|
color: 'var(--theme-colors-background)',
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
}}
|
}}
|
||||||
|
styles={{
|
||||||
|
root: {
|
||||||
|
zIndex: 150,
|
||||||
|
},
|
||||||
|
}}
|
||||||
transitionProps={{
|
transitionProps={{
|
||||||
duration: 0.5,
|
duration: 0.5,
|
||||||
transition: 'fade',
|
transition: 'fade',
|
||||||
|
|||||||
Reference in New Issue
Block a user