diff options
| author | Mark Otto <[email protected]> | 2017-03-19 15:24:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-19 15:24:20 -0700 |
| commit | bfcfbb7d5c93a9f6bd0d0d1575e85b3f3fc3e81d (patch) | |
| tree | 42e6149b0b86f9704178e8cb96508c3cdb6902ea /docs | |
| parent | bbffcb7d2214fc5b47fa77d560556c2d5e11a8be (diff) | |
| download | bootstrap-bfcfbb7d5c93a9f6bd0d0d1575e85b3f3fc3e81d.tar.xz bootstrap-bfcfbb7d5c93a9f6bd0d0d1575e85b3f3fc3e81d.zip | |
link to caniuse for context
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/navbar.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 993661558..44c1bfddd 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -401,7 +401,7 @@ When the container is within your navbar, its horizontal padding is removed at b ## Placement -Use our position utilities to place navbars in non-static positions. Choose from fixed to the top, fixed to the bottom, or stickied to the top. **Note that `position: sticky`, used for `.sticky-top`, isn't fully supported in every browser.** +Use our position utilities to place navbars in non-static positions. Choose from fixed to the top, fixed to the bottom, or stickied to the top. **Note that `position: sticky`, used for `.sticky-top`, [isn't fully supported in every browser](http://caniuse.com/#feat=css-sticky).** {% example html %} <nav class="navbar navbar-light bg-faded"> |
