Skip to content

Commit

Permalink
background not see through, but loading comic still on top
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Nov 5, 2024
1 parent d55da9a commit 14bc24f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions program/shinyApp/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ ui <- shiny::fluidPage(
width: 90%;
max-width: 90%;
}
.shiny-disconnected-overlay {
background-color: black !important;
opacity: 1;
}
#sidebar_data_selection {
background-color: #70BF4F47;
}
Expand Down

0 comments on commit 14bc24f

Please sign in to comment.