vue2-perfect-scrollbar icon indicating copy to clipboard operation
vue2-perfect-scrollbar copied to clipboard

Unable to scroll over an iframe

Open plucile opened this issue 3 years ago • 1 comments

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.

plucile avatar Sep 04 '20 23:09 plucile

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

amisora avatar Apr 16 '21 13:04 amisora