Skip to content

Missing sidebar toggle icon using latest shiny version #297

@ismirsehregal

Description

@ismirsehregal

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions