|
|
|
|
|
by anonu
2436 days ago
|
|
A quick look at the code: it appears that theres javascript keeping the top-bar "sticky" instead of good ol' CSS. So every time you scroll some new computation kicks in. The jerkiness may be the massive amount of computation thats taking over your browser. Im by no means an expert on web stuff - so this is just my guess. |
|