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

View File

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