Skip to content

Commit

Permalink
Merge pull request #2172 from /issues/2163
Browse files Browse the repository at this point in the history
fixes #2163 - fixed position of dropdon on small screen
  • Loading branch information
zoepage authored Feb 21, 2018
2 parents 0920609 + af29dbf commit bcbf30d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions webcompat/static/css/src/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,9 @@
}

.login.is-active .nav-dropdown-wrapper {
display: inline-block;
display: block;
position: absolute;
width: var(--unit-modul-l);
right: 0;
left: 0;
margin-right: auto;
margin-top: 48px;
}

.login .nav-button .nav-icon {
Expand Down

0 comments on commit bcbf30d

Please sign in to comment.