From fbfbfb8a395b33d63b48083009ba2090738c2823 Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 31 Aug 2021 15:51:24 +0800 Subject: [PATCH] fix adbanner --- assets/stylesheets/template/modules/ad_banner.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index 35f3ac1..325aab9 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -575,3 +575,11 @@ ul.button-mid{ .w-ba-banner__wrap { overflow: visible;} } } +.controlplay{ + width: auto; +} +.button-mid{ + position: absolute; + width: 100%; + height: 100%; +} \ No newline at end of file