Double-page supporter
- Joined
- Apr 2, 2018
- Messages
- 50
I ask for the nav.navbar to not be floating at top of the screen when i scroll down reading a chapter,
if is a Stylish decision to maintain it can anyone of the team help me(someone that doesn't know JS) to make the JS code for it so, i can use tampermonkey to use it :'|
if is a Stylish decision to maintain it can anyone of the team help me(
Code:
//the closest thing that I managed to make
$('nav.navbar').css('position', 'absolute');