Title: Scroll Bar In footnotes
Last modified: September 19, 2022

---

# Scroll Bar In footnotes

 *  Resolved [jeffgmck](https://wordpress.org/support/users/jeffgmck/)
 * (@jeffgmck)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/scroll-bar-in-footnotes/)
 * Is there a way to add a scroll bar to the pop up? For longer footnotes?

Viewing 1 replies (of 1 total)

 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/scroll-bar-in-footnotes/#post-16023685)
 * Hi [@jeffgmck](https://wordpress.org/support/users/jeffgmck/) ,
 * This would have to be done to custom CSS, and you could accomplish it by setting
   something like the following in the custom CSS field in the Modern Footnotes 
   setting page:
 *     ```
       .modern-footnotes-footnote__note {
           overflow-y: auto;
           max-height: 300px;
       }
       ```
   
 * This would put a scrollbar on any toolbar taller than 300 pixels.
 * Best,
    Sean

Viewing 1 replies (of 1 total)

The topic ‘Scroll Bar In footnotes’ is closed to new replies.

 * ![](https://ps.w.org/modern-footnotes/assets/icon-128x128.jpg?rev=1634981)
 * [Modern Footnotes](https://wordpress.org/plugins/modern-footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modern-footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modern-footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/modern-footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modern-footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modern-footnotes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/scroll-bar-in-footnotes/#post-16023685)
 * Status: resolved