v0.1.48 - 데모 읽기 전용 스크롤 수정

This commit is contained in:
2026-04-23 13:52:45 +09:00
parent ff20e90768
commit 33ba9a2ab1
2 changed files with 28 additions and 3 deletions

View File

@@ -2186,8 +2186,9 @@ onBeforeUnmount(() => {
class="print-hidden mx-auto grid h-[calc(100vh-3rem)] w-full max-w-6xl gap-5 rounded-[30px] border border-white/70 bg-white/55 p-4 shadow-[0_24px_80px_rgba(28,25,23,0.08)] sm:p-6 xl:grid-cols-[minmax(0,1fr)_280px] xl:items-start"
>
<div class="scrollbar-hide min-h-0 overflow-auto rounded-[26px] border border-white/70 bg-white/45 p-3 sm:p-4">
<div v-if="demoViewMode === 'single'" class="pointer-events-none mx-auto w-[762px] max-w-none">
<div v-if="demoViewMode === 'single'" class="mx-auto w-[762px] max-w-none">
<PlannerPage
readonly
:date-main="demoDateDisplay.main"
:date-weekday="demoDateDisplay.weekday"
:date-weekday-tone="demoDateDisplay.weekdayTone"
@@ -2201,8 +2202,9 @@ onBeforeUnmount(() => {
:timetable="demoPlanner.timetable"
/>
</div>
<div v-else class="pointer-events-none mx-auto flex w-[1548px] max-w-none gap-6">
<div v-else class="mx-auto flex w-[1548px] max-w-none gap-6">
<PlannerPage
readonly
class="max-w-none"
:date-main="demoDateDisplay.main"
:date-weekday="demoDateDisplay.weekday"
@@ -2217,6 +2219,7 @@ onBeforeUnmount(() => {
:timetable="demoPlanner.timetable"
/>
<PlannerPage
readonly
class="max-w-none"
:date-main="demoNextDateDisplay.main"
:date-weekday="demoNextDateDisplay.weekday"