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 a648f87e507..cc66353e210 100644 --- a/packages/twenty-front/src/modules/information-banner/components/InformationBanner.tsx +++ b/packages/twenty-front/src/modules/information-banner/components/InformationBanner.tsx @@ -6,10 +6,6 @@ import { } from 'twenty-ui/display'; import { Button } from 'twenty-ui/input'; -const StyledBanner = styled(Banner)` - position: absolute; -`; - const StyledText = styled.div` overflow: hidden; text-overflow: ellipsis; @@ -32,7 +28,7 @@ export const InformationBanner = ({ isButtonDisabled?: boolean; }) => { return ( - + {message} {buttonTitle && buttonOnClick && (