From 084e10461cb5b3a7e11a7176dab8f27229972575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= <31075951+laozhoubuluo@users.noreply.github.com> Date: Fri, 3 Jan 2020 21:17:29 +0800 Subject: [PATCH] Fix Web Fullscreen layout error when container set width or height --- src/css/player.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/player.scss b/src/css/player.scss index c2e29a6..56e41e0 100644 --- a/src/css/player.scss +++ b/src/css/player.scss @@ -160,8 +160,8 @@ z-index: 100000; left: 0; top: 0; - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; } &.dplayer-mobile { .dplayer-controller .dplayer-icons {