Make sure progress bars draw above other Bootstrap components

This commit is contained in:
Winston Chang
2014-11-24 13:52:08 -06:00
parent d72f5ee2ad
commit 39148a99d0

View File

@@ -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 {