Hi,
Unfold template
Joomla 6.0.2
Helix Ultimate 2.2.4
SP Page Builder 6.2.2
Issue: Vertical and horizontal scroll bars showing on the modal menu
Just starting on this development site so done very little. I have added a logo and changed colours.
Tried adding the following custom code with no difference:
.modal-open .modal::-webkit-scrollbar {
display: none;
}
.modal-open .modal {
-ms-overflow-style: none; / IE and Edge /
}
.modal-open .modal {
scrollbar-width: none; / Firefox /
}
Would appreciate some help with remedying this. Thank you.