Fixed video player in full-screen being behind controls.

This commit is contained in:
2018-11-17 15:25:57 -06:00
parent f313726863
commit e4133ffa3a
3 changed files with 8 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Better Youtube +",
"version": "1.2.9",
"version": "1.3.0",
"description": "Enhancements for Youtube to have a better experience.",
"applications": {

View File

@@ -13,6 +13,10 @@
text-align: center;
}
#enhancerMenuIDRef, #slugCopyZone {
z-index: 5;
}
.ytThumbMenuStyle {
display: none;
bottom: 20px;