mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +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',
|
||||
right: 0,
|
||||
top: 0,
|
||||
zIndex: 1000,
|
||||
zIndex: 100,
|
||||
}}
|
||||
>
|
||||
<ServerSelector />
|
||||
|
||||
Reference in New Issue
Block a user