juliangarnier / anime

JavaScript animation engine
https://animejs.com
MIT License
50.42k stars 3.68k forks source link

Inconsistent Scrollbar Styles in Documentation on Chrome #771

Closed j3soon closed 1 year ago

j3soon commented 3 years ago

Describe the bug The documentation page has inconsistent scrollbar styles.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://animejs.com/documentation/
  2. Resize the window to make the scrollbars visible.
  3. Observe the inconsistent scrollbar styles

Expected behavior The scrollbar styles should be consistent.

Screenshots

On Chrome 91:

image

Desktop (please complete the following information):

Additional context

On Firefox 89, everything looks fine.

image

I assume the expected style should be the one in Firefox, that is, thick, black scrollbars with arrows on both sides.

I can open a PR for such fix, but I want to verify the expected styles before working on the fix.