Skip to content

Commit

Permalink
Merge pull request #302 from Public-Tree-Map/auto-zoom-fix
Browse files Browse the repository at this point in the history
fix input field auto focus zooming on mobile
  • Loading branch information
emillipede authored Jun 14, 2020
2 parents b78e591 + a750ec3 commit cf8649b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/css/mobile/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
width: 60vw;

}
.select2-container input{
font-size: 16px !important;
}
.select2-selection {
max-height: 2em !important;
}
Expand Down

0 comments on commit cf8649b

Please sign in to comment.