mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Make sure progress bars draw above other Bootstrap components
This commit is contained in:
@@ -95,6 +95,8 @@ span.jslider {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
width: 100%;
|
||||
/* Make sure it draws above all Bootstrap components */
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
.shiny-progress .progress {
|
||||
|
||||
Reference in New Issue
Block a user