Show Pandas table with RichText

Here is what I got:

https://anvil.works/build#clone:ZAHW7IZXNIXSQA5J=DKRIEM4KZFS5KG5HIXKKWCFH

I added a role named horizontal_scroll to the RichText box that contains the following css:

.anvil-role-horizontal_scroll {
  max-height: calc(100vh - 9rem);
  overflow-y: scroll;
  overflow-x: scroll;
}

horizontal_scroll_example

3 Likes