JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Add scroll progress bar at the top of the page, below sticky navigation.
https://thejavasea.com/resources/thejavasea-com-navigation-progress-bar.59/
Navigation Progress Bar [1.0.1]
Show scroll progress bar at the top of the page, below sticky navigation.
XenForo Compatibility 2.2.X
Desktop View:
Mobile View:
Marks-Man
Resource
Jul 2, 2021
bar
navigation
progress
scroll
scroll bar
sticky
thejavasea
thejavasea.com
xenforo
Category: XenForo 2.2.x
:root {
--basecolor: #045690;
--pagewidth: 90%;
}
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-thumb {
background: var(--basecolor);
}
::-webkit-scrollbar-track {
background: #032238;
}