Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem with the fixed header being hidden when using scrollIntoView() with Ion-Modal in Ionic 6 and Vue 3 is that scrollIntoView() scrolls the content inside the modal to the desired element, but it does not take the fixed header into consideration. This means that the content could be hidden behind the header, making it difficult or impossible to interact with.