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 because the height of the dropdown menu is greater than 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, 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