We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9793814 commit 5e0132fCopy full SHA for 5e0132f
src/components/Navigation.js
@@ -13,6 +13,7 @@ function Navigation() {
13
bg='light'
14
variant='light'
15
style={{ paddingLeft: '30px', paddingRight: '30px' }}
16
+ fixed="top"
17
>
18
<Navbar.Brand href='#home'>
19
<img src={Logo} alt='' srcSet='' height={81} width={150} />
src/styles/Navigation.css
@@ -9,10 +9,4 @@
9
10
a:link {
11
text-decoration: none;
12
-}
-.sticky-navbar{
- position: fixed;
- z-index: 200;
- width: 100%;
- max-width: 100%;
}
0 commit comments