![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Compatibility Issue
"Hello, How are you? I hope everything is going well. I have a website with the domain name https://flatroofingtech.com/, and despite compatibility not being an issue when it comes to working on all browsers, I am having trouble getting the Mega Menu in the Header of my site to function properly on this browser. Could you please assist me with this matter? Thank you in advance for your response, and I wish you a productive day."
All Replies (1)
The site is using the CSS ":has" selector which is currently only available on Nightly builds (Bug 1853701). The menu header appears to have a fallback but the ".sub-menu" position is misplaced.
It works for me with the following alteration:
.sub-menu { left: unset !important; }