From 657b87fd0cbe6828af5bdea28ee80e03f68e7ed6 Mon Sep 17 00:00:00 2001 From: martmull Date: Wed, 18 Jun 2025 11:46:23 +0200 Subject: [PATCH] Fix banner z-index (#12683) ## Before ![image](https://github.com/user-attachments/assets/177e8ce2-eaba-442c-a10a-e3a44c91114f) ## After image --- .../modules/information-banner/components/InformationBanner.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/information-banner/components/InformationBanner.tsx b/packages/twenty-front/src/modules/information-banner/components/InformationBanner.tsx index 583930413..5a0cd69d5 100644 --- a/packages/twenty-front/src/modules/information-banner/components/InformationBanner.tsx +++ b/packages/twenty-front/src/modules/information-banner/components/InformationBanner.tsx @@ -4,6 +4,7 @@ import { Button } from 'twenty-ui/input'; const StyledBanner = styled(Banner)` position: absolute; + z-index: 1; `; const StyledText = styled.div`