Skip to content

Commit

Permalink
Fixes #30503 to replace renamed position utility
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 2, 2020
1 parent 1b575c2 commit 93d745e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/4.4/assets/scss/_component-examples.scss
Expand Up @@ -109,7 +109,7 @@
margin-top: 2rem;
}

.pos-f-t {
.position-fixed {
position: relative;
margin: -1rem;

Expand Down
2 changes: 1 addition & 1 deletion site/docs/4.4/components/navbar.md
Expand Up @@ -564,7 +564,7 @@ With a toggler on the left and brand name on the right:
Sometimes you want to use the collapse plugin to trigger hidden content elsewhere on the page. Because our plugin works on the `id` and `data-target` matching, that's easily done!

{% capture example %}
<div class="pos-f-t">
<div class="position-fixed">
<div class="collapse" id="navbarToggleExternalContent">
<div class="bg-dark p-4">
<h5 class="text-white h4">Collapsed content</h5>
Expand Down

0 comments on commit 93d745e

Please sign in to comment.