Skip to content

Commit

Permalink
use max-height instead of max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Jun 1, 2020
1 parent 7e3e5af commit b98e0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/components/app/account-menu/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
flex-direction: column;
z-index: 200;

@media screen and (max-width: 575px) {
@media (max-height: 600px) {
max-height: 236px;
}
}
Expand Down

0 comments on commit b98e0a9

Please sign in to comment.