Hi, i seems to found a bug when looking at the modern theme from my smartphone, the trigger for menu open is working great, but the triger for close is not. It is stuck at the same spot even if i click on the 'X' multiple times to close the mobile menu.
Please advise how should i fix this on my website?
Thank you
Thank you for reporting this issue. We will fix this issue in our next update.
Quick fix: Add this css in wp-admin->appearance->customize-> custom css
.open #trigger {
z-index: -99;
}