decrease zIndex of error boundary ServerSelector to prevent display above FullScreenPlayer

This commit is contained in:
jeffvli
2026-01-31 13:04:21 -08:00
parent 7f180b2c50
commit 216353837c
@@ -32,7 +32,7 @@ const PageErrorFallback = ({ error, resetErrorBoundary }: PageErrorFallbackProps
position: 'absolute',
right: 0,
top: 0,
zIndex: 1000,
zIndex: 100,
}}
>
<ServerSelector />