We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3093c18 commit c76f9a7Copy full SHA for c76f9a7
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Fixes
6
7
- `[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
9
10
### Chore & Maintenance
11
website/static/css/custom.css
@@ -123,6 +123,7 @@ div.jest-card-front,
123
}
124
125
div.jest-card-front {
126
+ z-index: 1;
127
background-color: #fff;
128
border: 1px solid #bbb;
129
0 commit comments