fixed modals on other than home page
This commit is contained in:
parent
c36466d952
commit
2c867e0ae8
8 changed files with 8 additions and 7 deletions
|
@ -153,7 +153,7 @@ module.exports = function(state, emit) {
|
|||
content = password(state, emit);
|
||||
}
|
||||
return html`
|
||||
<main class="main container">
|
||||
<main class="main">
|
||||
${state.modal && modal(state, emit)}
|
||||
<section class="relative h-full w-full p-6 md:rounded-lg md:shadow-big">
|
||||
${content}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue