diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aee1baba6b6..c741d310fe89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - `[babel-jest]` Add `process.version` chunk to the cache key ([#12122](https://github.com/facebook/jest/pull/12122)) +- `[website]` Fix the card front that looks overlapping part of the card back ### Chore & Maintenance diff --git a/website/static/css/custom.css b/website/static/css/custom.css index a0556053e378..eb50deecf550 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -123,6 +123,7 @@ div.jest-card-front, } div.jest-card-front { + z-index: 1; background-color: #fff; border: 1px solid #bbb; }