Snowie Wong
Snowie Wong
The imagesloaded method works for me. I use Nuxt.js & below is for reference :) In terminal, run: ``` npm install imagesloaded ``` In your vue component/ page: ``` import...
> new ResizeObserver(() => scroll.update()).observe(document.querySelector("[data-scroll-container]")) Great fix! Thanks. I suggest you submit a pull request to save us all, lol
i'm using vue with php, each page has a div with id=app, the following works for me: body, #app { overflow-x: hidden; } I guess it just needs to add...
> Hi, thanks for the reply, I updated the files with the new ones still the same issue. > > enclosing part of code below, **Html with dummy links** >...