meteor-accounts-ui-bootstrap-3
meteor-accounts-ui-bootstrap-3 copied to clipboard
How to align up instead of left or right when using a collapsed navbar
I'm using a responsive navbar that collapses into one button on small screens. My login button is in this collapsed button's bottom.When I click the login/sign in the modal goes down and I get a fugly scrollbar on the navbar.
I would rather have it pop upwards so I can access it immediately and don't have to scroll down.
How can I achieve this, since the package only has align right and align left?