Make floating group always stay x amount of pixels from bottom of the view port

I want to have a floating group of a circle kind of like twitter has to compose a tweet. But, depending on the height of the viewport, it cuts the circle floating group off. How do I go about keeping the circle on the screen at all times, no matter the height of the viewport?

Set float relative to bottom, make float width touch the side of your screen,
& place button in float.



https://storywall.bubbleapps.io/u/beau ,

It floats relative to the actual bottom of the page. It looks like you are placing it relative to the bottom of a visible group. Move the floating group all the way to the bottom of the actual page…not relative the the group.

2 Likes

Thank you very much!

This topic was automatically closed after 70 days. New replies are no longer allowed.