소스 검색

Fix Web Fullscreen layout error when container set width or height

老周部落 5 년 전
부모
커밋
084e10461c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {