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.