Skip to content

Commit

Permalink
Add more space to avoid popup menu cut off
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 committed Jan 23, 2025
1 parent a159bcc commit 1fa9e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</f7-list>
</f7-block>
</template>
<f7-block v-if="context.editmode && !$fullscreen.isFullscreen" style="height: calc(var(--f7-toolbar-height) + var(--f7-safe-area-bottom))" />
<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" />
Expand Down

0 comments on commit 1fa9e4a

Please sign in to comment.