Fix banner z-index (#12683)
## Before  ## After <img width="1338" alt="image" src="https://github.com/user-attachments/assets/d44da1b7-0d82-4b04-91b4-cbaa404e9da2" />
This commit is contained in:
@ -4,6 +4,7 @@ import { Button } from 'twenty-ui/input';
|
|||||||
|
|
||||||
const StyledBanner = styled(Banner)`
|
const StyledBanner = styled(Banner)`
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledText = styled.div`
|
const StyledText = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user