aicfe-answer-card 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aicfe-answer-card",
3
3
  "private": false,
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "description": "edu answer card for aicfe",
6
6
  "keywords": [
7
7
  "aicfe",
package/themes/essay.scss CHANGED
@@ -268,6 +268,7 @@
268
268
  height: 32px;
269
269
  right: -1px;
270
270
  top: -32px;
271
+ z-index: 1;
271
272
 
272
273
  > span {
273
274
  font-size: $--ac-font-size-base;