We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4ae910 + c414fc9 commit 5757577Copy full SHA for 5757577
1 file changed
src/sections/General/Navigation/navigation.style.js
@@ -2,6 +2,7 @@ import styled from "styled-components";
2
3
const NavigationWrap = styled.header`
4
width: 100vw;
5
+ position: sticky;
6
z-index: 9999;
7
top: 0;
8
background-color: ${(props) => props.theme.body};
0 commit comments