mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
fixed modals on other than home page
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user