How could someone create something like this in Bubble:
A floating group with a scroll view. For like example sidebar… So it will fit on all screens etc.


How could someone create something like this in Bubble:
A floating group with a scroll view. For like example sidebar… So it will fit on all screens etc.


Thanks @anon65040322 this is exactly what I needed 
Only for some reason when you put a ‘data source’ it won’t work…

Hmm it didn’t scroll anymore because there was a repeating group in the side bar too with horizontal scrolling text… Without it works
try add
overflow-x: scroll;
Same, doesn’t work Update: It works now!
nice!
Could it be it doesn’t work with multiple groups in the floating group?
i havent really experimented with it much, i will test it out.
Youre right, need to run csstools every time. It needs to be the first action in the event to work again after page is resized. I couldnt manage to style the scrollbar, color, width etc.
when I added the collapse group it wouldnt reach bottom of page when resized, so i put a separate float group set to both behind it.
Nice! Only for me it doesn’t work… Probably because of the hide element when X conditions
Thanks will try it 
Thanks @anon65040322! Any thoughts on getting this to trigger when a page is resized? My FG is always visible (unless the width gets really small)…so not changing a state really, but if the page height shrinks after page load, the scrollbar won’t show. Trying to think of a good workflow trigger…
Answered my own question there, didn’t I. 