From b9540478e5344196289520931159c75d1eeed73e Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 23 Dec 2022 18:40:46 +0100 Subject: [PATCH] removed blank line --- components/styles/navbar/mobile.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/styles/navbar/mobile.tsx b/components/styles/navbar/mobile.tsx index 9c903e5..c1f0a39 100644 --- a/components/styles/navbar/mobile.tsx +++ b/components/styles/navbar/mobile.tsx @@ -55,7 +55,6 @@ export const NavSideMenu = styled.div ` return ret; }}; backdrop-filter: ${props => props.active ? "blur(5px)" : ""}; - overflow-x: hidden; transition-property: max-width, max-height, border-right, background-color, backdrop-filter; transition-timing-function: ease-in-out;