halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.03k stars 118 forks source link

Navbar bottom dropdown needs `dropup` class #53

Closed rdela closed 3 years ago

rdela commented 3 years ago

I will do a better investigation/write up later but just to put this on your radar for now...

Reduced test case on Codepen showing navbar bottom dropdown bug on small screens and down (width <= 768px). Dropdown appears briefly and then is hidden.

rdela commented 3 years ago

Nevermind now that I have read the Dropdown docs I see now I can add the dropup class to the dropdown. Updated the test case on Codepen and closing this.