Skip to content

Commit

Permalink
fixup! fix(NcAppNavigation): Wrap app navigation default slot with sc…
Browse files Browse the repository at this point in the history
…rollable container

Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Mar 6, 2024
1 parent acb55e4 commit 88be19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ emit('toggle-navigation', {
:inert="!open || undefined"
@keydown.esc="handleEsc">
<div v-if="$scopedSlots.default" class="app-navigation__body">
<!-- @slot Content within the nav, do NOT add NcModal/NcDialog inside this slot -->
<slot />
</div>

Expand Down

0 comments on commit 88be19b

Please sign in to comment.