Skip to content

Commit

Permalink
STCOM-1218 Modal backdrop overlaps callout. (#2157)
Browse files Browse the repository at this point in the history
* add z-index of 1 to callout

* log changes
  • Loading branch information
JohnC-80 authored Oct 25, 2023
1 parent c77b46a commit c6c096b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 12.1.0 IN PROGRESS

* Add `hasMatchSelection` to `<AdvancedSearch>` to hide/show search match selection dropdown. Refs STCOM-1211.
* Add z-index of 1 to callout out to have it always render on top of sibling elements. Fixes STCOM-1217.

## [12.0.0](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.0...v12.0.0)
Expand Down
1 change: 1 addition & 0 deletions lib/Callout/Callout.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
height: 100%;
pointer-events: none;
padding: 1.5rem 1rem;
z-index: 1;
}

.calloutContainer {
Expand Down

0 comments on commit c6c096b

Please sign in to comment.