From 5c84291ff5ce968506499e37414c317a204ae387 Mon Sep 17 00:00:00 2001 From: balagowda Date: Wed, 25 Dec 2024 11:54:02 +0530 Subject: [PATCH] removed comments from the style Signed-off-by: balagowda --- src/sections/General/Navigation/navigation.style.js | 1 - src/sections/app.style.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/sections/General/Navigation/navigation.style.js b/src/sections/General/Navigation/navigation.style.js index a0a6a2882e1b..0f46c77a104d 100644 --- a/src/sections/General/Navigation/navigation.style.js +++ b/src/sections/General/Navigation/navigation.style.js @@ -1,7 +1,6 @@ import styled from "styled-components"; const NavigationWrap = styled.header` - // position: sticky; width: 100vw; z-index: 9999; top: 0; diff --git a/src/sections/app.style.js b/src/sections/app.style.js index f677276dae6c..1a1a644524fc 100644 --- a/src/sections/app.style.js +++ b/src/sections/app.style.js @@ -64,7 +64,6 @@ body { transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1); font-family: "Qanelas Soft", "Open Sans", sans-serif; - // overflow-x: hidden !important; font-weight: 400 !important; margin: 0; padding: 0;