fixed android height in emulator
This commit is contained in:
parent
1528acde73
commit
a576d54d64
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ module.exports = function(state, emit) {
|
|||
}
|
||||
|
||||
return html`
|
||||
<main class="relative" style="display: flex">
|
||||
<main class="flex relative h-full">
|
||||
${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