Skip to content

Commit

Permalink
STCOM-1348 Keyboard shortcut modal missing scrollbar. (#2354)
Browse files Browse the repository at this point in the history
* remove inline style from modal content

* log change
  • Loading branch information
JohnC-80 authored Oct 1, 2024
1 parent d66b253 commit 308daff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
* `<AccordionHeaders>` are wrapped with a div for use as a HotKeys ref. Refs STCOM-1343.
* Use whole `dataOptions` array for memoization dependency rather that just `length` property. STCOM-1346.
* Default the scope of `<CommandList>` to `document.body`. Remove internal wrapping div. Refs STCOM-1351.
* Remove inline styling from `<Modal>` content. Refs STCOM-1348.

## [12.1.0](https://github.com/folio-org/stripes-components/tree/v12.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.1.0)
Expand Down
1 change: 0 additions & 1 deletion lib/Modal/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ const Modal = forwardRef((props, ref) => {
<div
className={getContentClass()}
id={id && `${id}-content`}
style={{ overflow: 'hidden' }}
ref={contentRef}
>
{/* so that aria-labels will still announce if aria-labelledby is also provided */}
Expand Down

0 comments on commit 308daff

Please sign in to comment.