Title: Content inside iframe scrollable
Last modified: February 15, 2022

---

# Content inside iframe scrollable

 *  Resolved [tbuza](https://wordpress.org/support/users/tbuza/)
 * (@tbuza)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/content-inside-iframe-scrollable/)
 * Hi,
 * I use fancybox to open page content in an iframe, but the issue is when the content
   is larger than screen size (viewport) there is no possibility to scroll inside
   fancybox, top and bottom content is cut off.
 * Is there a way to active mouse scroll or scrollbars inside fancybox?
 * Is this available in pro edition? No problem, but I don’t want to spend money
   if this is not possible.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontent-inside-iframe-scrollable%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/content-inside-iframe-scrollable/#post-15372490)
 * Scrolling inside the iframe should be possible. I think the theme style rule
 *     ```
       body::-webkit-scrollbar {
           display: none;
           -ms-overflow-style: none;
           scrollbar-width: none;
       }
       ```
   
 * is interfering here.
 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/content-inside-iframe-scrollable/#post-15372494)
 * (from the oxygen framework)
 *  Thread Starter [tbuza](https://wordpress.org/support/users/tbuza/)
 * (@tbuza)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/content-inside-iframe-scrollable/#post-15374111)
 * Thank you for your answer,
 * the solution was much simpler, at some point I put the inside content height 
   to 100vh and that disabled possibility of scrolling.
 * Now, working like a charm 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Content inside iframe scrollable’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [tbuza](https://wordpress.org/support/users/tbuza/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/content-inside-iframe-scrollable/#post-15374111)
 * Status: resolved