PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Catch Scroll Progress Bar
/
trunk
Catch Scroll Progress Bar
vtrunk
Switch version
trunk
1.0.0
1.1
1.2
1.3
1.4
1.5
1.6
1.6.1
1.6.2
1.6.3
1.6.4
1.6.5
1.6.6
2.0
2.1
2.2
Overview
Code
Analysis
catch-scroll-progress-bar
/
public
/
css
/
catch-scroll-progress-bar-public.css
catch-scroll-progress-bar
/
public
/
css
Last commit date
catch-scroll-progress-bar-public.css
4 years ago
catch-scroll-progress-bar-public.css
12 lines
1
/*
*
2
* All of the CSS for your public-facing functionality should be
3
* included in this file.
4
*/
5
.
catchProgressbar
{
6
width
:
100
%
;
7
z-index
:
9999999
;
8
bottom
:
auto
;
9
position
:
fixed
;
10
display
:
block
;
11
}
12