[FIXED] Form not displaying

I just cloned this app from my free account to the paid one.
The main form is simply not showing its left menu and main content.
The same app worked in the free account (deleted now).
I can’t figure out why now it doesn’t show the content.
Here’s how it looks in the designer


Here’s how it looks when I press “play”:

I’ve put a print("here") in the title’s label show event and it is printed. But the label doesn’t show.
If anyone has some time to help me find out, here’s the clone link, I can’t really figure out why it’s not showing.
https://anvil.works/build#clone:QBYCVKVIRXG3RKSH=GXV2O63INSYZJ2SQ4PXQ7XV6

Otherwise I am going to rewrite it, recycling the whole code, it won’t take long but now I’d really like to understand what went wrong.

Thanks

looks like there was a change in your theme.css

  /* Page structure: App bar with optional left nav */
  .structure {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(100vh - %anvil-banner-height%);
    height: 0; /* To make flex-grow work in IE */
  }

The line that got removed was the min-height: 100vh

I’ve moved to bug reports. That shouldn’t haave happened.

1 Like

We’ve found the bug and have shipped a fix that will go live soon.
Thanks for reporting.

1 Like