@eluvio/elv-player-js 1.0.81 → 1.0.82

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": "@eluvio/elv-player-js",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "![Eluvio Logo](src/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -142,6 +142,7 @@ $button-height: 35px;
142
142
  object-fit: contain;
143
143
  object-position: center;
144
144
  width: 100%;
145
+ z-index: 1;
145
146
  }
146
147
 
147
148
  &__watermark {
@@ -162,6 +163,7 @@ $button-height: 35px;
162
163
  position: absolute;
163
164
  transition: opacity 0.25s linear;
164
165
  width: max-content;
166
+ z-index: 10;
165
167
 
166
168
  button {
167
169
  background: $controls-color;