catch-scroll-progress-bar-public.css
17 lines
| 1 | /** |
| 2 | * All of the CSS for your public-facing functionality should be |
| 3 | * included in this file. |
| 4 | */ |
| 5 | .catchProgressbar { |
| 6 | display: none; |
| 7 | position: fixed; |
| 8 | left: 0; |
| 9 | bottom: 0; |
| 10 | width: 100%; |
| 11 | z-index: 9999999; |
| 12 | -webkit-appearance: none; |
| 13 | -moz-appearance: none; |
| 14 | appearance: none; |
| 15 | border: none; |
| 16 | background-color: transparent; |
| 17 | } |