fix black overlay on openai.com

Closes #130.
This commit is contained in:
Ilya Grigorik
2016-07-29 11:01:43 -07:00
parent 5949616238
commit 23813d3f15
2 changed files with 10 additions and 2 deletions

View File

@@ -61,3 +61,8 @@ div.video-wrapper + div.target {
div.video-player.has_played.vertically_center:before, div.legacy-video-player.has_played.vertically_center:before {
content: none !important;
}
/* Fix black overlay on openai.com */
.Shared-Video-player > .vsc-controller {
height: 0;
}