Stick component to the top of an app in fixed position

Is there a way to create component that always top position in personal app like a button in retool?

Hey Finn!

You can add app specific custom CSS to any app using the "..." menu in the top right corner under "Scripts and Styles"

image

Unfortunately though it looks like with our new layout, position: sticky, which would be the property you would want for this here is not currently supported.

We are working on building navbars and potentially sticky containers soon, so you could place a table inside of a navbar/header and have it stay at the top.

Hope this helps, let me know if you have any questions! :blush:

2 Likes

Hello, is there some update about the potential sticky container mentioned above ?

Hey @aturiot!

Thanks for the ping here, I still don't think this is possible with custom CSS but we do now have navbars that have the option to be fixed when scrolling. Do you think this could work for your use case here?

Hi Chris, thanks for the answer ! Yes we could use that if we revise our UI :grinning_face_with_smiling_eyes: