Skip to content

Commit

Permalink
Layout Editor: Fix invisible bottom part of the screen
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng committed Jan 22, 2025
1 parent 7dd7f31 commit 262f318
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</f7-list>
</f7-block>
</template>
<f7-block v-if="context.editmode && !$fullscreen.isFullscreen" style="height: var(--f7-toolbar-height)" />
</template>
<template v-else-if="config.layoutType === 'fixed' && (!config.fixedType || config.fixedType === 'grid')">
<oh-grid-layout :context="context" />
Expand Down

0 comments on commit 262f318

Please sign in to comment.