> ## Documentation Index
> Fetch the complete documentation index at: https://dynamic-docs-feat-sidebar-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Modal pop up isn't visible

Make sure that you set the body min-height to 100vh

`body {
  min-height: 100vh;
}
`
