How to Fix Burst Statistics Making WordPress Admin Unclickable
If WordPress becomes completely unclickable after opening the Burst Statistics dashboard, inspect the <body> element before assuming WordPress itself has frozen. A particularly useful clue is this state: pointer-events: none prevents mouse or pointer interaction with the element and its normal descendants. It is sometimes applied temporarily while a modal, dialog, dropdown, or other overlay … Read more