The navbar on top of the reader to be fixed.

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 :'|
Code:
//the closest thing that I managed to make
$('nav.navbar').css('position', 'absolute');
 

Users who are viewing this thread

Top