diff --git a/src/sections/General/Navigation/navigation.style.js b/src/sections/General/Navigation/navigation.style.js index 89cf57c8dcdc..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/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..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;