Explorar o código

Fix Web Fullscreen layout error when container set width or height

老周部落 %!s(int64=5) %!d(string=hai) anos
pai
achega
084e10461c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 {