Skip to content

Commit c9af10f

Browse files
authored
docs(Navbar): remove Navbar sticky bottom (#5849)
1 parent 82e3953 commit c9af10f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

www/src/pages/components/navbar.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ export default withLayout(function NaπvbarSection({ data }) {
151151
<h3 className="h4">Sticky top</h3>
152152
<CodeBlock codeText={` <Navbar sticky="top" />`} />
153153

154-
<h3 className="h4">Sticky bottom</h3>
155-
<CodeBlock codeText={` <Navbar sticky="bottom" />`} />
156-
157154
<LinkedHeading h="2" id="navbars-nav-scroll">
158155
Scrolling
159156
</LinkedHeading>

0 commit comments

Comments
 (0)