Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dropup in navbar for all the breakpoints #24244

Merged
merged 1 commit into from
Oct 4, 2017

Conversation

Johann-S
Copy link
Member

@Johann-S Johann-S commented Oct 4, 2017

Copy link
Contributor

@wojtask9 wojtask9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

bottom: 100%;
}

.dropdown-toggle {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not necessary. .dropdown-toggle is already in _dropdown.scss. Nothing changes here.


.dropup {
.dropdown-menu {
position: absolute;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

position can be removed because it is already defined in line 157

position: absolute;

@Johann-S
Copy link
Member Author

Johann-S commented Oct 4, 2017

Thank you @wojtask9 for your code review 👍

@Johann-S Johann-S merged commit b9c4a5c into v4-dev Oct 4, 2017
@Johann-S Johann-S deleted the v4-dev-johann-dropup-navbar branch October 4, 2017 14:22
@mdo mdo mentioned this pull request Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants