Full screen horizontal scrollbar issues
-
I love this plugin, it helps a lot with solving the mega menu dilemma in FSE.
However, the full width option for the dropdown runs into the old CSS issue with browser scrollbars and causes horizontal scrolling.
My temporary fix was to use position: fixed; on the dropdowns, which has its own issues, but it did the job.
I’ve tried the body container trick to fix it, but then the dropdown’s left position is slightly wrong (not fully aligned to the left) and the horizontal scroll issue remains. I’ve ended up making the header into a container, which meant the dropdowns are not truly full width now, but close enough and they look great.
You must be logged in to reply to this topic.