Title: Missing: high (+ scrollbars)
Last modified: October 19, 2024

---

# Missing: high (+ scrollbars)

 *  [burnuser](https://wordpress.org/support/users/burnuser/)
 * (@burnuser)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/missing-high-scrollbars/)
 * The plugin works great when the inserted page/content is small. (= Your use case
   to display simple information.)
 * But I have another use case: display larger pages with more information. It works
   too, but the display of the whole page is quite big and is disturbing for the
   rest of the actual page. So I need a box (iframe) with limited high and a scrollbar
   within, to show the relevant information on behalf of user selection.
 * I know I can use a regular iframe, but I like your plugin for its comfortable
   options in Gutenberg editor. So I want to ask you if such additional options (
   adjustable high + vertical scrollbars within) are on your list for future versions–
   or could be added to this list?

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

 *  Plugin Author [Paul Ryan](https://wordpress.org/support/users/figureone/)
 * (@figureone)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/missing-high-scrollbars/#post-18101375)
 * For now you should be able to do this with some CSS by using `max-height` and`
   overflow-y: scroll`. For example, to limit the height to 200 pixels wherever 
   page ID 123 is inserted:
 *     ```wp-block-code
       .insert-page-123 {    max-height: 200px;    overflow-y: scroll;}
       ```
   
 * You can target all inserted pages with the `.insert-page` class, if desired.
 *  Thread Starter [burnuser](https://wordpress.org/support/users/burnuser/)
 * (@burnuser)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/missing-high-scrollbars/#post-18104231)
 * Thank You for the info!

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

The topic ‘Missing: high (+ scrollbars)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/insert-pages.svg)
 * [Insert Pages](https://wordpress.org/plugins/insert-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-pages/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [burnuser](https://wordpress.org/support/users/burnuser/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/missing-high-scrollbars/#post-18104231)
 * Status: not resolved