Recently, I launched my new website and encountered a peculiar issue.
Upon clicking on Pickup Date & Time, a bootstrap datepicker pops up like it should. However, the problem arises when viewing the website on mobile devices - the datepicker appears offscreen.
The issue lies within a plugin that is deeply integrated into the website's codebase, making it difficult to provide a specific example of the problematic code.
Typically, when facing similar issues on desktop browsers, I rely on Chrome DevTools to tweak styles until the problem is resolved. But with the error occurring exclusively on mobile devices, my usual debugging approach falls short.
Can you suggest any tools for analyzing styles on mobile devices? How would you recommend tackling this particular scenario?