Fix playerbar resize issue
parent
000f5584e6
commit
e140150de5
|
|
@ -294,7 +294,7 @@ section.fullscreen
|
||||||
background-color: white
|
background-color: white
|
||||||
z-index: 1400
|
z-index: 1400
|
||||||
transition: transform 500ms ease-out
|
transition: transform 500ms ease-out
|
||||||
transform: translate3d(0,+100vh,0)
|
transform: translate3d(0,+100%,0)
|
||||||
&.active
|
&.active
|
||||||
transform: translate3d(0,0vh,0)
|
transform: translate3d(0,0%,0)
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue