So I've got this website:
When I click Pickup Date & Time, a bootstrap datepicker appears.
This works good enough via Windows/Mac, but the datepicker renders offscreen for mobile components.
This is all heavily baked in to a plugin so is hard to give code example.
Usually, if I had this problem on the Web, I'd play around in Chrome Dev tools and change styles until it works.
However, since this error occurs on mobile devices, I am at a loss on how to approach debugging this in the fastest time possible.
What tools can you recommend for inspecting styles on mobile devices?
What approach would you take to debug such a scenario?