diff --git a/frontend/src/components/Layout/index.tsx b/frontend/src/components/Layout/index.tsx index 937c1d44..ee471c96 100644 --- a/frontend/src/components/Layout/index.tsx +++ b/frontend/src/components/Layout/index.tsx @@ -95,8 +95,8 @@ const LogoWrapper = styled.section<{ ${({ $layoutWidth }) => $layoutWidth === '372px' && css` - width: 100vw; - background-color: white; + width: max-content; + background-color: transparent; position: fixed; top: 0; z-index: 1;