Fix rendering problems with the android ui.
This commit is contained in:
parent
c72e26c192
commit
43c596fb99
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue