How to position bulk action element

Hi there,

I have a table with a record multi-select. When a selection is made I want to show a small element that is sticky at the bottom of the screen, like in the image below.

What is the best approach in Weweb. A modal without backdrop is an option, but rather i would just use a div.

Should I put that div in a separate section element or can I just use a div placed anywhere on the canvas with a z-index and absolute positioning?

Thanks for the tips.

Using a section is always a good idea, especially if you want it to persist even after you change a page. After that just use a div with position absolute

1 Like