aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

Style scrollbar #297

Closed fernandojsg closed 5 years ago

cvan commented 8 years ago

Are you suggesting hijacking the native scrollbar/scrolling? If you're suggesting just pushing it to the side so it's not visible, and maybe showing a custom one, that's fine.

fernandojsg commented 8 years ago

I think so, I don't have much experience styling scrollbars so any help will be more than welcome. Current scrollbar style ruins the UI quite a bit :)

cvan commented 8 years ago

Check out http://theculturetrip.com/europe/greece/articles/spotlight-on-the-stavros-niarchos-cultural-center/ or http://www.apple.com/mac/ at a mobile width for an example. There's a little hackery involved (you need a parent element, need to add some extra padding, and then clever cosmetic styling to simulate the scrollbar).

cvan commented 8 years ago

Also, I'm sure there is at least one proper solution on CodePen: https://codepen.io/search/pens?q=scrollbar&limit=all&type=type-pens

ngokevin commented 5 years ago

wontfixing for now. only chrome supports, and don't feel like maintaining hacks / faked scrollbars