We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ed18f commit 1eebcc3Copy full SHA for 1eebcc3
src/components/Navbar.tsx
@@ -146,6 +146,9 @@ function Navbar({ scrollToFooter }: NavbarProps) {
146
return (
147
<div
148
style={{
149
+ position: "sticky",
150
+ top: 0,
151
+ zIndex: 1000,
152
background: "#1b2540",
153
height: "65px",
154
lineHeight: "65px",
@@ -325,4 +328,4 @@ function Navbar({ scrollToFooter }: NavbarProps) {
325
328
);
326
329
}
327
330
-export default Navbar;
331
+export default Navbar;
0 commit comments