diff --git a/components/common/Modal.module.css b/components/common/Modal.module.css index 3bba9273..09054c55 100644 --- a/components/common/Modal.module.css +++ b/components/common/Modal.module.css @@ -5,7 +5,7 @@ right: 0; bottom: 0; margin: auto; - z-index: 2; + z-index: 3; } .modal:before { diff --git a/components/layout/Layout.js b/components/layout/Layout.js index 1a8d4887..e2d652ff 100644 --- a/components/layout/Layout.js +++ b/components/layout/Layout.js @@ -27,6 +27,7 @@ export default function Layout({ title, children, header = true, footer = true } {header &&
}
{children}
{footer &&