question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

navbar-fixed-top bug modal

See original GitHub issue

When I use navbar-fixed-top, gives the modal bug

Screenshot

<header class="navbar navbar-fixed-top">
    <div class="navbar-inner">
        <div class="container">
<a href="/users/sign_up" data-target="#registrations_modal" data-toggle="modal">Cadastre-se</a>
<div id="registrations_modal" class="modal fade" style="display: none; ">
</div>

When I don’t use navbar-fixed-top, gives the normal modal

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Oct 26, 2015

@prasadpilla it’s better to move all your modals in the bottom of the page (near </html>).

0reactions
prasadpillacommented, Oct 27, 2015

@danieldocki Thanks. Works fine

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fixed top navbar example
This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the...
Read more >
twitter bootstrap navbar fixed top overlapping site
I am using bootstrap on my site and am having issues with the navbar fixed top. When I am just using the regular...
Read more >
Bootstrap 5 Responsive, Fixed Top / Bottom Navbar ...
In this tutorial you will learn how to create static and fixed positioned responsive navigation headers using the Bootstrap navbar component.
Read more >
Four methods to keep a navbar at the top of the screen.
Four methods to keep a navbar at the top of the screen. · Position fixed · Scroll event · Intersection observer. Caveats ·...
Read more >
How To Create a Fixed Menu
Fixed Top Menu. Scroll this page to see the effect. The navigation bar will stay at the top of the page while scrolling....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found