mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
fixed android height in emulator
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user