mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
Update html/poketube.ejs
This commit is contained in:
parent
02a13a9325
commit
4f181670bb
1 changed files with 2 additions and 1 deletions
|
@ -1776,6 +1776,7 @@ if (userID) {
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
let requestId;
|
let requestId;
|
||||||
|
let lastDraw;
|
||||||
|
|
||||||
const loopStart = () => {
|
const loopStart = () => {
|
||||||
requestId = window.requestAnimationFrame(loopStart)
|
requestId = window.requestAnimationFrame(loopStart)
|
||||||
|
@ -1846,7 +1847,7 @@ window.addEventListener("unload", cleanup)
|
||||||
<style>
|
<style>
|
||||||
.video-player-container, #video {
|
.video-player-container, #video {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
.popup {z-index: 1}
|
.popup {z-index: 1}
|
||||||
#ambient-canvas {
|
#ambient-canvas {
|
||||||
|
|
Loading…
Reference in a new issue