diff options
Diffstat (limited to 'src/sass/plugins/ads.scss')
-rw-r--r-- | src/sass/plugins/ads.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sass/plugins/ads.scss b/src/sass/plugins/ads.scss index 89330611..a5af93ab 100644 --- a/src/sass/plugins/ads.scss +++ b/src/sass/plugins/ads.scss @@ -9,16 +9,17 @@ position: absolute; right: 0; top: 0; - z-index: -1; // Hide it. + z-index: -1; // Hide it by default // Make sure the inner container is big enough for the ad creative. > div, > div iframe { + height: 100%; position: absolute; width: 100%; - height: 100%; } + // The countdown label &::after { background: rgba($plyr-color-gunmetal, 0.8); border-radius: 2px; |