mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Reported here: https://meta.discourse.org/t/topic-navigation-toggle-prevents-interactions-on-the-page-in-a-certain-area/350073 The purple wrapper shown here prevents elements underneath it from being clicked/tapped, this can sometimes interfere with post controls  The fix is to disable pointer events on the wrapping element, so clicks pass through. Then clicks are re-enabled on the child element.