@mindedge/vuetify-player 0.4.6 → 0.4.7

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": "@mindedge/vuetify-player",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "description": "Accessible, localized, full featured media player with Vuetifyjs",
6
6
  "author": "Jacob Rogaishio",
@@ -1378,9 +1378,6 @@ export default {
1378
1378
  margin-top: -25px;
1379
1379
  }
1380
1380
  }
1381
- .player-container {
1382
- overflow: hidden;
1383
- }
1384
1381
  .controls-container {
1385
1382
  height: 80px;
1386
1383
  position: relative;