fix bug
This commit is contained in:
parent
e3fe69f28e
commit
e74559b086
|
@ -61,9 +61,11 @@
|
||||||
.jp-video.hide-ui .jp-gui{
|
.jp-video.hide-ui .jp-gui{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
<% if !@apply_autoplay_script %>
|
||||||
.jp-video.hide-ui [id^="jp_video_"]{
|
.jp-video.hide-ui [id^="jp_video_"]{
|
||||||
cursor: none;
|
cursor: none;
|
||||||
}
|
}
|
||||||
|
<% end %>
|
||||||
.jp-no-solution
|
.jp-no-solution
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue