Skip to content

Commit 5757577

Browse files
authored
Merge pull request #6295 from Dungeon-Masterji/mybranch
Layer5 Navbar is Fixed Now
2 parents a4ae910 + c414fc9 commit 5757577

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import styled from "styled-components";
22

33
const NavigationWrap = styled.header`
44
width: 100vw;
5+
position: sticky;
56
z-index: 9999;
67
top: 0;
78
background-color: ${(props) => props.theme.body};

0 commit comments

Comments
 (0)