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

(cherry picked from commit c6c096b)
  • Loading branch information
JohnC-80 authored and zburke committed Nov 10, 2023
1 parent 25ef2c9 commit 6e7d6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change history for stripes-components

## 12.0.3 IN PROGRESS

* Add z-index of 1 to callout out to have it always render on top of sibling elements. Fixes STCOM-1217.

## [12.0.2](https://github.com/folio-org/stripes-components/tree/v12.0.2) (2023-10-20)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.1...v12.0.2)

* Add `hasMatchSelection` to `<AdvancedSearch>` to hide/show search match selection dropdown. Refs STCOM-1211.
* Bump `@folio/stripes-testing` to `v4.6.1` for new interactors.

## [12.0.1](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.0.1)
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 6e7d6cc

Please sign in to comment.