hi,
While searching r shiny dashboard, I found your package very, very useful!
But now I'm facing a problem, which is when I want to create a map on the dashboard, there are some blank part at the bottom.
I want the map to be fill the whole browser, without the scroll on the right side.
While checking with the inspector, I found that if I can disable the property{min-height: 611px} in the body, then the problem is fixed.
But I don't know where I can adjust that property. Seems like it's automatically assigned when creating the shiny app. Is there a work-around to solve this?
hi, While searching r shiny dashboard, I found your package very, very useful!
But now I'm facing a problem, which is when I want to create a map on the dashboard, there are some blank part at the bottom.
I want the map to be fill the whole browser, without the scroll on the right side.
While checking with the inspector, I found that if I can disable the property{min-height: 611px} in the body, then the problem is fixed.
But I don't know where I can adjust that property. Seems like it's automatically assigned when creating the shiny app. Is there a work-around to solve this?
Here's the sample code:
Thank you in advance!