From 9d62e6b0c61807aa96f7000886f01394415b2cca Mon Sep 17 00:00:00 2001 From: balagowda Date: Mon, 23 Dec 2024 16:41:01 +0530 Subject: [PATCH 1/2] animation div sticky correction Signed-off-by: balagowda --- src/sections/General/Navigation/navigation.style.js | 2 +- src/sections/Meshery/How-meshery-works/howitworks.style.js | 1 + src/sections/app.style.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sections/General/Navigation/navigation.style.js b/src/sections/General/Navigation/navigation.style.js index 89cf57c8dcdc..a0a6a2882e1b 100644 --- a/src/sections/General/Navigation/navigation.style.js +++ b/src/sections/General/Navigation/navigation.style.js @@ -1,7 +1,7 @@ import styled from "styled-components"; const NavigationWrap = styled.header` - position: sticky; + // position: sticky; width: 100vw; z-index: 9999; top: 0; diff --git a/src/sections/Meshery/How-meshery-works/howitworks.style.js b/src/sections/Meshery/How-meshery-works/howitworks.style.js index 1fa527c79528..54b027752651 100644 --- a/src/sections/Meshery/How-meshery-works/howitworks.style.js +++ b/src/sections/Meshery/How-meshery-works/howitworks.style.js @@ -71,6 +71,7 @@ h2 { } .diagram { + margin-bottom:150px; width: 591px; max-width: 100%; position: sticky; diff --git a/src/sections/app.style.js b/src/sections/app.style.js index dbff856e861e..f677276dae6c 100644 --- a/src/sections/app.style.js +++ b/src/sections/app.style.js @@ -64,7 +64,7 @@ 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; + // overflow-x: hidden !important; font-weight: 400 !important; margin: 0; padding: 0; From 5c84291ff5ce968506499e37414c317a204ae387 Mon Sep 17 00:00:00 2001 From: balagowda Date: Wed, 25 Dec 2024 11:54:02 +0530 Subject: [PATCH 2/2] 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;