Skip to content

Commit

Permalink
fix screen resize
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
  • Loading branch information
mherwege committed Dec 5, 2023
1 parent 00dba6d commit 6f9a8a8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<f7-icon ios="f7:multiply" md="material:close" aurora="f7:multiply" />
</f7-fab>

<f7-sheet v-if="currentTab === 'tree'" class="sitemap-details-sheet" :backdrop="false" :close-on-escape="true" :opened="detailsOpened" @sheet:opened="detailsTab = 'widget'" @sheet:closed="detailsOpened = false">
<f7-sheet v-if="currentTab === 'tree'" class="sitemap-details-sheet" :backdrop="false" :close-on-escape="true" :opened="detailsOpened" @sheet:closed="detailsOpened = false">
<f7-page>
<f7-toolbar tabbar bottom>
<f7-link class="padding-left padding-right" :tab-link-active="detailsTab === 'widget'" @click="detailsTab = 'widget'">
Expand Down Expand Up @@ -217,6 +217,8 @@
padding-top 0
.block
margin-top 0
.sitemap-details-sheet
visibility hidden !important
.toolbar-details
.details-link
visibility hidden !important
Expand Down

0 comments on commit 6f9a8a8

Please sign in to comment.