Browse Source

Merge pull request #697 from laozhoubuluo/PR_Fix_Web_FullScreen

DIYgod 5 năm trước cách đây
mục cha
commit
2ed6ef8912
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/css/player.scss

+ 2 - 2
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 {