@playpilot/tpi 8.12.1 → 8.12.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@playpilot/tpi",
3
- "version": "8.12.1",
3
+ "version": "8.12.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -117,6 +117,8 @@
117
117
  $poster-width: margin(4.5);
118
118
 
119
119
  .heading {
120
+ z-index: 1;
121
+ position: relative;
120
122
  grid-area: heading;
121
123
  margin: margin(0.5) 0;
122
124
  color: theme(detail-title-text-color, text-color);
@@ -198,6 +200,8 @@
198
200
  }
199
201
 
200
202
  .info {
203
+ z-index: 1;
204
+ position: relative;
201
205
  grid-area: info;
202
206
  display: flex;
203
207
  flex-wrap: wrap;