Right sidebar tabs not working
nklepeis opened this issue · 1 comments
nklepeis commented
Hi,
I followed the example on this page: https://rinterface.github.io/shinydashboardPlus/reference/controlbar.html
controlbar = dashboardControlbar( skin = "dark", controlbarMenu( id = "menu", controlbarItem( "Tab 1", "Welcome to tab 1" ), controlbarItem( "Tab 2", "Welcome to tab 2" ) ) )
But get the following where no tabs are showing up:
Do others also see this?
Thanks for any insight
--Neil
nklepeis commented
Tracked it down! Had some bad CSS. :(