Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 1180529

Browse files
adamleithpclaude
andcommitted
chore(deps): bump quill to 0.3.0-beta.24; use DialogBody viewportClassName
Move the create dialog's flex layout onto the scrolling viewport via the new DialogBody viewportClassName prop instead of the outer wrapper. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ee9e986 commit 1180529

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/ui/src/features/canvas/components/CreateChannelModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function CreateChannelModal({
187187
</DialogHeader>
188188
)}
189189

190-
<DialogBody className="flex flex-col gap-4">
190+
<DialogBody viewportClassName="flex flex-col gap-4">
191191
{!isDescribeMode && (
192192
<>
193193
<Field>

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ catalog:
88
'@hono/trpc-server': ^0.3.4
99
'@parcel/watcher': ^2.5.6
1010
'@phosphor-icons/react': ^2.1.10
11-
'@posthog/quill': 0.3.0-beta.23
11+
'@posthog/quill': 0.3.0-beta.24
1212
'@radix-ui/themes': ^3.2.1
1313
'@tanstack/react-query': ^5.100.14
1414
'@tanstack/react-router': ^1.170.10

0 commit comments

Comments
 (0)