Is it possible to scroll a wellPanel or column?

15 views
Skip to first unread message

Roy Francis

unread,
Mar 27, 2015, 11:45:11 AM3/27/15
to shinyap...@googlegroups.com

I have a simple ui scheme here.

shinyUI(
  fluidPage(
    sidebarLayout(
      sidebarPanel(
        wellPanel(),
        wellPanel()

        ),
        mainPanel(
          fluidRow(
            column(3,
             wellPanel()
            )
          )
        )
    )
  )
)

I would like to make some of those wellPanels (with forms inside) scrollable.

I tried adding this piece of code seen below under 'sidebarPanel(', but that made my whole sidebarpanel to scroll. I am looking to make a 'wellPanel' or a 'column' scrollable.

tags$head(tags$style(
  type = 'text/css',
  'form-group { max-height: 600px; overflow-y: auto; }')
Thanks

Tareef Kawaf

unread,
Mar 27, 2015, 11:47:32 AM3/27/15
to Roy Francis, shiny-...@googlegroups.com
This is more of a shiny question than a shinyapps.io question.  Moving to the shiny-discuss list.



--
You received this message because you are subscribed to the Google Groups "ShinyApps Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shinyapps-use...@googlegroups.com.
To post to this group, send email to shinyap...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shinyapps-users/053ee45d-410c-4622-9482-c568e504c5cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages