fix(quests): fix island rendering problems on desktop view

This commit is contained in:
shafin-r
2026-03-11 00:59:31 +06:00
parent c09ecd7926
commit 575d392afc
5 changed files with 1505 additions and 686 deletions

View File

@ -220,7 +220,7 @@ export function StudentLayout() {
<div className="flex flex-col flex-1 min-w-0">
{/* Extra bottom padding so content clears the floating dock */}
<main className="flex-1 pb-24 md:pb-0">
<main className="flex-1 md:pb-0">
<Outlet />
</main>
</div>