Skip to content

Commit 790093a

Browse files
committed
chore: changelog updaete
1 parent 2cb477e commit 790093a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/pluggableWidgets/rich-text-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where in dojo mode, the rich text modal was causing a double scrollbar.
12+
913
## [4.9.0] - 2025-09-03
1014

1115
### Added

packages/pluggableWidgets/rich-text-web/src/components/ModalDialog/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function Dialog(props: DialogProps): ReactElement {
7070
const { getFloatingProps } = useInteractions([click, dismiss, role]);
7171

7272
return (
73-
<FloatingPortal id="root">
73+
<FloatingPortal>
7474
{isOpen && (
7575
<Fragment>
7676
<FloatingOverlay

0 commit comments

Comments
 (0)