From 98fc6231bc6f80fcf8c62e9b750768a6c28ef981 Mon Sep 17 00:00:00 2001 From: Laura DeCicco Date: Mon, 24 Apr 2017 13:41:44 -0500 Subject: [PATCH] Scales the height to the window --- inst/shiny/ui.R | 1 + 1 file changed, 1 insertion(+) diff --git a/inst/shiny/ui.R b/inst/shiny/ui.R index 429d54e3..34d90c95 100644 --- a/inst/shiny/ui.R +++ b/inst/shiny/ui.R @@ -56,6 +56,7 @@ names(shortFlags) <- flagsALL header <- dashboardHeader(title = "toxEval") sidebar <- dashboardSidebar( + tags$head(tags$style(".shiny-plot-output{height:80vh !important;}")), sidebarMenu( tags$button( id = 'close',