Synced Sidebars (desync was bad design choice)
This commit is contained in:
parent
4b529f6f5b
commit
7e778ea547
@ -32,7 +32,7 @@
|
|||||||
const downloads = [];
|
const downloads = [];
|
||||||
|
|
||||||
let End = 300;
|
let End = 300;
|
||||||
let rightStart = 100;
|
let rightStart = 0;
|
||||||
|
|
||||||
function setSidebars() {
|
function setSidebars() {
|
||||||
let rPos = Math.min(window.scrollY / End, 1);
|
let rPos = Math.min(window.scrollY / End, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user