Skip to content

Use media query to detect touchscreens

marcin mikołajczak requested to merge touch-media-query into main

It often happens to me that the first touch after page load opens the dropdown. As this is the first touch since page load, Soapbox loads the non-touch dropdown menu (that can't be closed with touch)

Merge request reports