Layout Editor: Fix invisible bottom part of the screen (#3033)

In non full-screen mode, the bottom of the screen was hidden behind the
bottom toolbar. This includes the "Add Masonry" button and any
components at the bottom of the screen.

Also-by: Florian Hotze <dev@florianhotze.com>
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
pull/2997/merge
jimtng 2025-01-24 03:54:50 +10:00 committed by GitHub
parent bb669d8172
commit 95844d294b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
</f7-list>
</f7-block>
</template>
<div v-if="context.editmode && !$fullscreen.isFullscreen" style="height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom) + 40px)" />
</template>
<template v-else-if="config.layoutType === 'fixed' && (!config.fixedType || config.fixedType === 'grid')">
<oh-grid-layout :context="context" />