mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
decrease zIndex of error boundary ServerSelector to prevent display above FullScreenPlayer
This commit is contained in:
@@ -32,7 +32,7 @@ const PageErrorFallback = ({ error, resetErrorBoundary }: PageErrorFallbackProps
|
|||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
right: 0,
|
right: 0,
|
||||||
top: 0,
|
top: 0,
|
||||||
zIndex: 1000,
|
zIndex: 100,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ServerSelector />
|
<ServerSelector />
|
||||||
|
|||||||
Reference in New Issue
Block a user