Fix page header overlay on fullscreen player (#867)

This commit is contained in:
jeffvli 2025-01-24 17:37:58 -08:00
parent 65fe42d30c
commit b48b0b0d11

View file

@ -11,7 +11,7 @@ const Container = styled(motion(Flex))<{
$position?: string;
}>`
position: ${(props) => props.$position || 'relative'};
z-index: 200;
z-index: 190;
width: 100%;
height: ${(props) => props.$height || '65px'};
background: var(--titlebar-bg);