fix(layout): corriger le scroll coupé sur mobile #32

Merged
colgora merged 1 commits from fix/mobile-scroll-layout into main 2026-03-26 16:27:19 +01:00
Showing only changes of commit 9926da6730 - Show all commits

View File

@@ -16,7 +16,7 @@
headerStore.shouldShowHeader ? 'mt-16' : 'mt-0',
isReaderMode ? '' : 'md:ml-60'
]" style="transition: margin-top 300ms ease-in-out;">
<RouterView></RouterView>
<RouterView class="flex-1 min-h-0"></RouterView>
</main>
</div>
</template>