Is there any way to force a repeating panel to scroll down, like a drop down box? I have the panel linked to a data table with many rows, it’s forcing the rest of my form down when I just want the repeating panel to have a scrollbar.
2 Likes
+1 on this. It’s gotta be a CSS thing I think. I’ll update here if I find anything.
Something like this gets pretty close (note that I have no css skills). Combine with Anvil roles.
.anvil-role-scroll {
width: 200px;
height: 100px;
overflow-y: auto;
}
Clone:
https://anvil.works/build#clone:EAN2ZHNCVZDMPI4D=7T4USOBYU4NN4BPLJZAQ46LE
5 Likes