diff --git a/lib/videojs-resolution-switcher.css b/lib/videojs-resolution-switcher.css index d82c8d6..a2224ce 100644 --- a/lib/videojs-resolution-switcher.css +++ b/lib/videojs-resolution-switcher.css @@ -23,7 +23,6 @@ .vjs-resolution-button ul.vjs-menu-content { width: 4em !important; - right: -7em !important; } .vjs-resolution-button .vjs-menu { diff --git a/package.json b/package.json index 941b590..8e0c695 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ "grunt-contrib-uglify": "^0.2", "grunt-contrib-watch": "^0.4", - "video.js": "^5.0.0-rc.72", + "video.js": "^5.0.0-rc.90", "qunitjs": "^1.12" }, "peerDependencies": { - "video.js": "^5.0.0-rc.72" + "video.js": "^5.0.0-rc.90" } }