Skip to content

Commit 9d62e6b

Browse files
committed
animation div sticky correction
Signed-off-by: balagowda <[email protected]>
1 parent e907d8f commit 9d62e6b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/sections/General/Navigation/navigation.style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import styled from "styled-components";
22

33
const NavigationWrap = styled.header`
4-
position: sticky;
4+
// position: sticky;
55
width: 100vw;
66
z-index: 9999;
77
top: 0;

src/sections/Meshery/How-meshery-works/howitworks.style.js

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ h2 {
7171
}
7272
7373
.diagram {
74+
margin-bottom:150px;
7475
width: 591px;
7576
max-width: 100%;
7677
position: sticky;

src/sections/app.style.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body {
6464
transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
6565
6666
font-family: "Qanelas Soft", "Open Sans", sans-serif;
67-
overflow-x: hidden !important;
67+
// overflow-x: hidden !important;
6868
font-weight: 400 !important;
6969
margin: 0;
7070
padding: 0;

0 commit comments

Comments
 (0)