fixed modals on other than home page

This commit is contained in:
Danny Coates 2019-02-22 13:31:54 -08:00
parent c36466d952
commit 2c867e0ae8
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
8 changed files with 8 additions and 7 deletions

View file

@ -27,7 +27,7 @@ module.exports = function(state, emit) {
);
return html`
<main class="main relative">
<main class="main">
${state.modal && modal(state, emit)}
<section
class="h-full w-full p-6 z-10 overflow-hidden md:flex md:flex-row md:rounded-lg md:shadow-big"