From c76f9a7c8eb2fab1a15dfe8952d125a8607d1bbe Mon Sep 17 00:00:00 2001 From: Hyeonjong Date: Tue, 7 Dec 2021 15:51:01 +0900 Subject: [PATCH] fix(website): CSS of jest card (#12127) --- CHANGELOG.md | 1 + website/static/css/custom.css | 1 + 2 files changed, 2 insertions(+) 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; }