Skip to content

Instantly share code, notes, and snippets.

@shravan-shandilya
Created September 22, 2018 04:04
Show Gist options
  • Save shravan-shandilya/e668f5deb2c086d319bae0c07501f5bc to your computer and use it in GitHub Desktop.
Save shravan-shandilya/e668f5deb2c086d319bae0c07501f5bc to your computer and use it in GitHub Desktop.
/**
* videojs-bug
* @version 1.0.0-rc.3
* @copyright 2018 johndanek <john.danek@teamcoco.com>
* @license MIT
*/
.video-js .vjs-bug{display:inline-block;position:absolute}.video-js .vjs-bug.no-link{pointer-events:none}.video-js .vjs-bug.vjs-bug-tl{top:0;left:0}.video-js .vjs-bug.vjs-bug-tr{top:0;right:0}.video-js .vjs-bug.vjs-bug-bl{bottom:0;left:0}.video-js .vjs-bug.vjs-bug-br{bottom:0;right:0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment