Although many mobile browsers do not support <position: sticky>
, using position: fixed
is not ideal as it can overlap content at the bottom of the document.
I believe that using jQuery to set a static position for the fixed block while scrolling to the bottom of the document would be straightforward.
However, I am unsure of how to achieve the same functionality in Vue2. Any advice or alternative solutions would be greatly appreciated.