From dee9c0a538a799e0437131da4f184edf7195a3e1 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Thu, 1 Nov 2018 11:05:17 -0700 Subject: [PATCH] fixed modal placement in responsive view --- app/ui/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/home.js b/app/ui/home.js index 3f4a3145..7c7a7aba 100644 --- a/app/ui/home.js +++ b/app/ui/home.js @@ -21,7 +21,7 @@ module.exports = function(state, emit) { archives.push(intro(state)); } return html` -
+
${state.modal && modal(state, emit)}
${wip}