Scrollbar Effect!

Hello guys, I have a question searched for it and unfortunately could not find the answer! Here i have the page scrollbar, how i can get the content behind the scrollbar (the scroll bar is transparent) as example the green thing is part of background image, i want the scrollbar to be on the background image as well as shows part of it through its transparency . Thanks in advance!
No description
14 Replies
Archenvu
Archenvu•8mo ago
More explain, i want the background to use that space
No description
capt_uhu
capt_uhu•8mo ago
scrollbar styling on the web is a bit of a dumpster fire.... Can you share what code you have so far?
Archenvu
Archenvu•8mo ago
Regarding the scrollbar thats all
No description
Archenvu
Archenvu•8mo ago
i tried a lot of stuff to make it be above the content instead of taking some space
capt_uhu
capt_uhu•8mo ago
i think the official scrollbar-color property gives the effect you want but will only work in Firefox for now: https://codepen.io/jsnkuhn/pen/eYxWoBr is the issue that the -webkit-scrollbar-track is just not accepting the transparent?
Archenvu
Archenvu•8mo ago
it didnt do anything in both firefox and chrome i want it like this wait
Archenvu
Archenvu•8mo ago
No description
Archenvu
Archenvu•8mo ago
the content to go behind the scroll bar, in the way i have done the transpearnacy working as well as the opacity it worked on codepin 🤔
capt_uhu
capt_uhu•8mo ago
ahh ok, so the transparent is probably working but the scrollbar is added to the right of the element and not overlaying it?
Archenvu
Archenvu•8mo ago
ye
capt_uhu
capt_uhu•8mo ago
so this suggests overflow: overlay; never heard of it but it's worth a try https://stackoverflow.com/questions/57862671/how-to-make-scroll-bar-overlay-content in all honestly your probably better off using a js library for this
Archenvu
Archenvu•8mo ago
hmmm ooki thanks! can u gimme a suggestion ? dont know about which one that can help me with that
capt_uhu
capt_uhu•8mo ago
the one they recommend in the post seems to work: http://grsmto.github.io/simplebar/
Archenvu
Archenvu•8mo ago
Thanks i'll try it late and see!