Skip to content

Commit

Permalink
Merge pull request #6130 from balagowda/animation
Browse files Browse the repository at this point in the history
animation div sticky correction
  • Loading branch information
sudhanshutech authored Dec 26, 2024
2 parents 08c83c3 + 1bbfd03 commit 77f9fd0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/sections/General/Navigation/navigation.style.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import styled from "styled-components";

const NavigationWrap = styled.header`
position: sticky;
width: 100vw;
z-index: 9999;
top: 0;
Expand Down
1 change: 1 addition & 0 deletions src/sections/Meshery/How-meshery-works/howitworks.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ h2 {
}
.diagram {
margin-bottom:150px;
width: 591px;
max-width: 100%;
position: sticky;
Expand Down
1 change: 0 additions & 1 deletion src/sections/app.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77f9fd0

Please sign in to comment.