Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openedx/paragon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0cacf3ad1297c92621543f282f84f05ee221fda2
Choose a base ref
..
head repository: openedx/paragon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7cfbd7b0918b9c4d2c5cd522d157d778badedab5
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/Modal/modal-dialog.mdx
4 changes: 2 additions & 2 deletions src/Modal/modal-dialog.mdx
Original file line number Diff line number Diff line change
@@ -182,9 +182,9 @@ label for the dialog element.

## Overflow visibility handling

The `isOverflowVisible` toggle controls whether content that extends beyond the modal’s viewport boundaries is visible.
The `isOverflowVisible` toggle controls whether content that extends beyond the modal's viewport boundaries is visible.
When enabled (`isOverflowVisible` is set to `true`), any overflow content, such as dropdowns or tooltips,
will be displayed outside the modal’s main area instead of being clipped.
will be displayed outside the modal's main area instead of being clipped.

In this example, switching `isOverflowVisible` on and off affects the visibility of the dropdown options in
the autosuggest field, showing how overflow handling impacts content display within a modal.