It is easy to have a scrollbar for the sidebar of a Shiny app: one just
has to use the CSS height: 90vh; overflow-y: auto;:

library(shiny)
library(shinyWidgets)

ui

Continue reading: Scrollbar for the Shiny …