We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c996512 commit aa6ffe0Copy full SHA for aa6ffe0
packages/app-frontend/src/features/header/AppHeader.vue
@@ -129,7 +129,7 @@ export default defineComponent({
129
130
<template>
131
<div
132
- 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"
133
:class="{
134
'flex-col': orientation === 'landscape',
135
}"
0 commit comments