Skip to content

Vertical scrollbar incorrectly appears when dialog has no buttons and is short #49

@daattali

Description

@daattali

Example:

library(shiny)

ui <- fluidPage()

server <- function(input, output, session) {
  shinyalert::shinyalert("test")
}

shinyApp(ui, server)

image

This only happens if there are no buttons

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions