codefordayton / daytonreap

Web application to streamline Dayton's REAP (Real Estate Acquisition Process) Program
MIT License
7 stars 14 forks source link

Search Input Overflowing on Mobile Devices Causing a Small Gap on the Right of the Page #50

Closed ghost closed 9 years ago

ghost commented 9 years ago

The search input is overflowing to the right on mobile devices causing a small gap and horizontal scrolling. The source of the issue originates from typeahead.bundle.min.js, this cannot be modified and uploaded to GH from what I can gather as it is imported from Bower. twitter-typeahead is wrapped around the input field with the class of .tt-input, the script would apply an inline style to set the display of .twitter-typeahead to inline-block. typeahead.bundle.min.js is, though this is what is causing the overflow and gap on mobile devices.

Suggested solution is to place a selector in main.js and override the styling on .twitter-typeahead