Skip to content

Commit

Permalink
fix(navbar): fixed navbar dropdown position
Browse files Browse the repository at this point in the history
  • Loading branch information
papasikis committed Aug 14, 2017
1 parent 605421c commit f4e76de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/layout/navbar/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@
&.show {
.dropdown-menu {
left: auto;
&.last {
right: 0;
}
right: 0;
}
&:after {
position: absolute;
Expand Down

0 comments on commit f4e76de

Please sign in to comment.