AllAboutLearningPress / Photo-Storage-and-Gallery

Share photo assets with all users in an easy to use gallery with a powerful backend.
3 stars 2 forks source link

Scrollbar color issue #42

Closed andreyvolokitin closed 3 years ago

andreyvolokitin commented 3 years ago

Initially I made a scrollbar track transparent. It looked a bit better. Also, the scrollbar needs to be always present, even if there's no scrolling, to keep a page consistent between page transitions: if main page have scrollbar, and image view doesn't, there will be a content shift if scrollbar is absent. So I made it so that scrollbar is always visible.

But then there's another problem: if I make a scrollbar track transparent, it harms image view page, because now sidebar has a dark gap to the right and doesn't look like it's "coming out of the page edge", see screenshot: https://i.imgur.com/6GTKzFP.png

So I made the scroll track in another color (actually the identical color as the image view details sidebar), like so: https://i.imgur.com/ixUZwCh.png

Just letting you know, feel free to propose anything or close if it doesn't matter