Skip to content

Commit 96ed0d1

Browse files
Sean PrashadSean Prashad
authored andcommitted
Ensure Navigation component is sticky instead of fixed
1 parent d7dce30 commit 96ed0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Navigation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Navigation = () => {
1818
const toggle = () => setIsOpen(!isOpen);
1919

2020
return (
21-
<Navbar color="light" light expand="md" fixed="top">
21+
<Navbar color="light" light expand="md" sticky="top">
2222
<Container>
2323
<NavbarBrand>Leetcode Patterns</NavbarBrand>
2424
<NavbarToggler onClick={toggle} />

0 commit comments

Comments
 (0)