Skip to content

Commit

Permalink
docs(Navbar): remove Navbar sticky bottom (#5849)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken604 authored May 29, 2021
1 parent 82e3953 commit c9af10f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions www/src/pages/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ export default withLayout(function NaπvbarSection({ data }) {
<h3 className="h4">Sticky top</h3>
<CodeBlock codeText={` <Navbar sticky="top" />`} />

<h3 className="h4">Sticky bottom</h3>
<CodeBlock codeText={` <Navbar sticky="bottom" />`} />

<LinkedHeading h="2" id="navbars-nav-scroll">
Scrolling
</LinkedHeading>
Expand Down

0 comments on commit c9af10f

Please sign in to comment.