We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the latest shiny_1.1.0.9001 (and shinydashboard_0.7.0) the sidebar toggle icon (burger icon) isn't displayed correctly:
Firefox:
Chrome:
Might be related to this?
# if (!require("devtools")) # install.packages("devtools") # devtools::install_github("rstudio/shiny") ## app.R ## library(shiny) library(shinydashboard) ui <- dashboardPage( dashboardHeader(), dashboardSidebar(), dashboardBody() ) server <- function(input, output) { } shinyApp(ui, server)
The text was updated successfully, but these errors were encountered:
Thanks for the report -- we're taking a look into the problem.
Sorry, something went wrong.
alandipert
Successfully merging a pull request may close this issue.
Using the latest shiny_1.1.0.9001 (and shinydashboard_0.7.0) the sidebar toggle icon (burger icon) isn't displayed correctly:
Firefox:
Chrome:
Might be related to this?
The text was updated successfully, but these errors were encountered: