mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
275 stars 43 forks source link

Unable to scroll over an iframe #58

Open plucile opened 4 years ago

plucile commented 4 years ago

Hi, I need to use an iframe to display a form inside the scrollable section but the scroll doesn't work if I scroll over the iframe. Any way to resolve this issue?

The markup looks like that:

<perfect-scrollbar>
  <div>content here...</div>
  <iframe></iframe>
  <div>content here...</div>
</perfect-scrollbar>

Scrolling works well over the content but not over the iframe.

amisora commented 3 years ago

@plucile Hi ! Have you found a solution to this ?