Closed zx8754 closed 6 years ago
OK, at StackOverflow, they suggested a workaround.
ui = fluidPage(
tags$style(HTML('.shiny-split-layout>div {
overflow:visible;
}')),
sidebarPanel(
splitLayout(
...
If you agree that is best way, we can close this issue.
cellArgs, seems to be the right solution for me.
cellArgs = list (style = "overflow:visible")
I will close the issue.
Thank you for the package.
When two pickers used side by side using splitLayout, colour map gets hidden. Probably issue with splitLayout than colourpicker, see example: