mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix page header overlay on fullscreen player (#867)
This commit is contained in:
@@ -11,7 +11,7 @@ const Container = styled(motion(Flex))<{
|
|||||||
$position?: string;
|
$position?: string;
|
||||||
}>`
|
}>`
|
||||||
position: ${(props) => props.$position || 'relative'};
|
position: ${(props) => props.$position || 'relative'};
|
||||||
z-index: 200;
|
z-index: 190;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: ${(props) => props.$height || '65px'};
|
height: ${(props) => props.$height || '65px'};
|
||||||
background: var(--titlebar-bg);
|
background: var(--titlebar-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user