Viewing 1 replies (of 1 total)
  • Plugin Author prismtechstudios

    (@prismtechstudios)

    Hi @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.