Hi !
I am trying to add some custom css to my bubble app but I can’t make it work.
I use the CSS plugin, this is the code:
#small-list-page {
display:flex!important;
flex-direction:column!important;
}
#RP-group{
flex-grow:1!important;
overflow-y:scroll!important;
overflow-x:hidden!important;
}
What I am trying to achieve is to have the Repeating group (ID: RP-group) to fit to the bottom of the screen.
This RPgroup is inside a group (ID: small-list-page).