I am using the package bsplus to make tool tips in a shiny/flexhdashboard environment but I'm finding some of them are hidden or hidden partially from sight. Why?
e.g.:
require(shiny)
require(flexdashboard)
bsplus::use_bs_tooltip()
bsplus::use_bs_popover()
shinyWidgets::sliderTextInput(inputId = "prevalence",
label = "% infectious passengers boarding:",
grid = TRUE,
force_edges = TRUE,
choices = c(0.1,0.2,0.3))%>%
shinyInput_label_embed(
icon("info") %>%
bs_embed_tooltip(title = "A realistic value is no more than about 0.25% or 250 in 100,000")
)
Procudes
