Skip to content

Commit

Permalink
fix: scrollable main nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 6, 2024
1 parent c996512 commit aa6ffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-frontend/src/features/header/AppHeader.vue
Expand Up @@ -129,7 +129,7 @@ export default defineComponent({

<template>
<div
class="flex items-center border-r border-gray-200 dark:border-gray-700 p-0.5"
class="flex items-center border-r border-gray-200 dark:border-gray-700 p-0.5 overflow-y-auto"
:class="{
'flex-col': orientation === 'landscape',
}"
Expand Down

0 comments on commit aa6ffe0

Please sign in to comment.