Skip to content

Commit c76f9a7

Browse files
authored
fix(website): CSS of jest card (#12127)
1 parent 3093c18 commit c76f9a7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixes
66

77
- `[babel-jest]` Add `process.version` chunk to the cache key ([#12122](https://github.com/facebook/jest/pull/12122))
8+
- `[website]` Fix the card front that looks overlapping part of the card back
89

910
### Chore & Maintenance
1011

website/static/css/custom.css

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ div.jest-card-front,
123123
}
124124

125125
div.jest-card-front {
126+
z-index: 1;
126127
background-color: #fff;
127128
border: 1px solid #bbb;
128129
}

0 commit comments

Comments
 (0)