Skip to content
New issue

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

Missing sidebar toggle icon using latest shiny version #297

Closed
ismirsehregal opened this issue Oct 12, 2018 · 1 comment · May be fixed by #298
Closed

Missing sidebar toggle icon using latest shiny version #297

ismirsehregal opened this issue Oct 12, 2018 · 1 comment · May be fixed by #298
Assignees

Comments

@ismirsehregal
Copy link

Using the latest shiny_1.1.0.9001 (and shinydashboard_0.7.0) the sidebar toggle icon (burger icon) isn't displayed correctly:

Firefox:
image

Chrome:
image

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)
@wch
Copy link
Contributor

wch commented Oct 12, 2018

Thanks for the report -- we're taking a look into the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants