Hi guys! New to Anvil here.
I want to build a sidebar wherein it has a fixed length such that the ColumnPanel covers the full length of my laptop mandatorily (I don’t want that as the data in the sidebar increases, so does the sidebar) and at the end of the sidebar, there is a button to log out of the screen.
So far, I’ve searched through the documentation to find any methods of doing, and even searched the Forums but none of the fixes I’ve found work for me.
I’ve tried to create this custom CSS role, but it doesn’t work:
.anvil-role-cp-with-button-700px {
min-height: 700px;
max-height: 700px;
}
.anvil-role-cp-with-button-700px > .btn {
align-items: flex-end;
}
I’ve also scorched through the documentation to see if there’s another way of doing this, but the only one I found was using an XY Panel, but the alignment in that very tricky and I’ve been unsuccessful doing that.
Is someone please tell me how to do this?