Shiny: How to adjust the width of the tabsetPanel?

后端 未结 4 1481
[愿得一人]
[愿得一人] 2020-12-09 22:56

Here is my app embedded in my site. I want to get rid of the scroll widget below my app, this is due to the width of the tabsetPanel.

I embed the app using this code

4条回答
  •  情书的邮戳
    2020-12-09 23:25

    Another way to adjust width (and height):

    add

     ),  style='width: 1000px; height: 1000px' # end of tabsetPanel
    

    after tabsetPanel, no need for div() in this case

提交回复
热议问题