Skip to content

Commit

Permalink
Merge pull request #4084 from nextcloud/fix/scrollable-button
Browse files Browse the repository at this point in the history
fix: scrollable button in navigation
  • Loading branch information
hamza221 authored Aug 16, 2024
2 parents 9932fbf + 195a58e commit 0bd5f01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/AppNavigation/RootNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
<IconLoading v-if="loading" :size="20" />
</template>

<header class="header">
<slot />
</header>
<template #search>
<header class="header">
<slot />
</header>
</template>

<!-- groups list -->
<template #list>
Expand Down

0 comments on commit 0bd5f01

Please sign in to comment.