When using Softr you will notice the use of popovers.
(an enhanced tooltip when you hover over an important button)
If you would like to do the same for your app, add this code to the Code inside footer.
The use case is to add popover text to a button on the list block.
to customize:
Run the app, rIght click on the list block button, click inspect.
Looks for this line above the highlighted line: <div class="list-field-element MuiBox-root css-abc">
Replace the text css-xxx in the code with the text css-abc (will vary)
@cooper & @Suzie , I tried on my side but in my page with an Inbox block, I noticed that all my buttons have the same css-ID. Same on your side? The script works but all the buttons have the same popover suddenlyâŚ
Thanks for you help @cooper, but I noticed that all my buttons have the same css-ID, your script is probably perfect but itâs the softr CSS that is weird ?
â#cta3 a[data-element=âbuttonâ]:nth-child(1)â being the first button
â#cta3 a[data-element=âbuttonâ]:nth-child(2)â being the second button
#cta3 being the ID of the block
Is it an inbox block youâre using? If so, it should work too, I checked in the inspector, buttons are made the same as in a CTA block