Skip to content

Commit e57cc05

Browse files
committed
Merge pull request #41 from yumike/fix-dropdown-menu
Fix dropdown menu position
2 parents c05a856 + 4959edb commit e57cc05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stylus/dropdowns.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,14 @@
201201
@media $media-min-grid-float-breakpoint
202202
.navbar-right {
203203
.dropdown-menu {
204-
dropdown-menu-right();
204+
left: auto;
205+
right: 0;
205206
}
206207
// Necessary for overrides of the default right aligned menu.
207208
// Will remove come v4 in all likelihood.
208209
.dropdown-menu-left {
209-
dropdown-menu-left();
210+
left: 0;
211+
right: auto;
210212
}
211213
}
212214

0 commit comments

Comments
 (0)