Hi.To trigger the error you can go https://www.tradesell.it/index.php/tutt ... ti/ink-jet
How could i solve this problem?
This is becaus that the dropdown menu is in absolute position and goes beyond the height of the HTML document --
You can simply add content to the page, thereby increasing the height of the HTML document.
Or use the following code to nail footer to the bottom of the screen, thereby increasing the height of the HTML document too.
(This solution only for Helix Ultimate)
Code:
.body-innerwrapper { min-height: 100vh; display: flex; flex-direction: column;}#sp-main-body+* { margin-top: auto;}
Statistics: Posted by Pavel-ww — Wed Mar 27, 2024 6:49 am