mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Reduce z-index on page headers
- Potentially causes tooltips to be hidden
This commit is contained in:
parent
0a26c489b6
commit
48eaddbeda
@ -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: 2000;
|
z-index: 200;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: ${(props) => props.height || '65px'};
|
height: ${(props) => props.height || '65px'};
|
||||||
background: var(--titlebar-bg);
|
background: var(--titlebar-bg);
|
||||||
|
Loading…
Reference in New Issue
Block a user