Me again
I found a quick workaround:
1. Make a Custom HTML Module with NO content in it (name it "Scroll fix" or whatever you want).
2. Publish it in "Search" position.
3. Left "Highlights" position empty (no published modules in it).
4. Add this code to override.css to clean mobile and tablet layouts for this positions (otherwise it is visible there as empty space with about 60px of height):
- Code: Select all
#gkToolbar {
display:none;
}
Positions "Higlights" and "Search" are now empty in all resolutions and Menu scroll problem disapears!
Note: You have to do both - Empty HTML module in "Search" position & css override, otherwise it didn't work!
But maybe a much easier solution is waiting somewhere out there ...