Modal full height issue after update 3.2.25

What I did: Updated to version 3.2.25. Post-update, the modals in my application are extending to the full height of the screen as shown in the attached image.

My issue: The full-height modal is not the desired behavior, and this issue arose after the update. I have not made any CSS customizations that would affect this.

Code: The Action code is standard with no modifications, hence no code is provided.
image.png
Solution
The issue was resolved after running npm run build, @Dan Harrin.
Was this page helpful?