Skip to content

Commit

Permalink
fix: キャラ編集画面のスクロールを無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-shobon committed Nov 7, 2024
1 parent 2c70ee8 commit 0c6fc3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/routes/_auth.edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ export default function Page(): ReactNode {
};

return (
<div className="h-dvh w-full" style={{ viewTransitionName: "main" }}>
<div
className="h-dvh w-full overflow-hidden"
style={{ viewTransitionName: "main" }}
>
<main className="grid h-full w-full grid-rows-[auto_minmax(0,1fr)]">
<ModelViewer characterSetting={myProfile.characterSetting} />
<ModelConfig
Expand Down

0 comments on commit 0c6fc3e

Please sign in to comment.