hashicorp-forge / hermes

A document management system
Mozilla Public License 2.0
1.81k stars 96 forks source link

Improve scrollbar gutter in Chrome and FF #620

Closed jeffdaley closed 6 months ago

jeffdaley commented 6 months ago

Improves the document sidebar scrollbar gutter in Chrome and FF.

When Chrome 121 added support for scrollbar-width and scrollbar-color, it introduced some visual bugs on Hermes and elsewhere (https://syntackle.com/blog/changes-to-scrollbar-styling-in-chrome-121/). Turns out that when scrollbar-color is processed it cancels all webkit-specific scrollbar styles.

Now we scope that property more narrowly, and in addition add padding to simulate the wider scroll track.

Current: CleanShot 2024-02-29 at 13 57 19

Updated: CleanShot 2024-02-29 at 13 57 58