aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/plugins
diff options
context:
space:
mode:
authorArthur Hulsman <a.hulsman@orangegames.com>2018-01-17 12:19:32 +0100
committerArthur Hulsman <a.hulsman@orangegames.com>2018-01-17 12:19:32 +0100
commit9e52296dc62c3efab3e00204ab2e561b712c8965 (patch)
treecf63dddcb2d4f67560bfc48e7a1dcb5a3c38cd48 /src/sass/plugins
parent12a7a4142cd550e85a65e07d3a1cd8a5bc5d6ffa (diff)
downloadplyr-9e52296dc62c3efab3e00204ab2e561b712c8965.tar.lz
plyr-9e52296dc62c3efab3e00204ab2e561b712c8965.tar.xz
plyr-9e52296dc62c3efab3e00204ab2e561b712c8965.zip
Moved the ads container to be outside of the video wrapper. This way we can easily move the ad in front or behind the video controls based on content resume or pause IMA events.
Diffstat (limited to 'src/sass/plugins')
-rw-r--r--src/sass/plugins/ads.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/plugins/ads.scss b/src/sass/plugins/ads.scss
index 41d4d8d1..b6664fe9 100644
--- a/src/sass/plugins/ads.scss
+++ b/src/sass/plugins/ads.scss
@@ -9,7 +9,7 @@
position: absolute;
right: 0;
top: 0;
- z-index: 10;
+ z-index: 1;
video {
left: 0;