Floating button / component in Glide Apps

I want the name/logo of the active Company viewable on the screen via a floating/locked component of some type. Typically this was a button in Classic or locking an RTF component using CSS at the top of the screen.

Is this possible in the new Glide Apps with Business plan?

I believe so, as long as you’ve paid for Business.

Proof of concept:
CleanShot 2023-11-13 at 11.59.29

2 Likes

Yes on Business Plan.

Are you locking the container that holds the buttons to the top?

Correct. The entire container is sticky.

How do I do this sir

Replace .sticky with the class name of your container


.sticky {
position: -webkit-sticky;
position: sticky;
top: 0px;
z-index: 999;
margin-top: -90px;
}

4 Likes

Would it be possible to stick it at the bottom left corner. So as to add a floating button