buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Fix scrollbar being incorrectly positioned when first shown #53

Open nstoddard opened 5 years ago

nstoddard commented 5 years ago

Previously, if the scrollbar were initially hidden (due to having a small amount of content) and then enough content was added that the scrollbar became visible, the scrollbar would be a few pixels too far to the right. This fixes that issue by computing the 'right' property after the 'ss-hidden' class is removed.