What I’m trying to do:
Use anvil extras to make an autocomplete box with the suggestions appearing above the bar, as the bar is at the bottom of the screen.
What I’ve tried and what’s not working:
I’ve tried setting different values in it using a role.
Code Sample:
.anvil-role-autocompleteSuggestions {
position: absolute !important;
bottom: 100% !important;
top: auto !important;
display: block;
}
Clone link:
share a copy of your app