Skip to content

Commit

Permalink
Fix dropdown overflow on mobile (flarum/framework#2070) (#46)
Browse files Browse the repository at this point in the history
* Fix dropdown overflow on mobile (flarum/framework#2070)
  • Loading branch information
timas130 authored May 20, 2020
1 parent 5fda878 commit c5e0d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@
position: absolute;
.Button--color(@tooltip-color, @tooltip-bg);
}
@media screen and (max-width: @screen-phone-max) {
.MentionsDropdown {
max-width: 100%;
}
}

0 comments on commit c5e0d5f

Please sign in to comment.