Fix rendering problems with the android ui.

This commit is contained in:
Donovan Preston 2018-11-15 10:06:35 -05:00
parent c72e26c192
commit 43c596fb99
2 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ module.exports = function(state, emit) {
}
return html`
<main class="main relative">
<main class="relative" style="display: flex">
${state.modal && modal(state, emit)} ${content}
<div class="fixed pin-r pin-b">
${button}