diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 711715f1..c6b9721a 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -363,6 +363,7 @@ export default { this.getPlaylistData(); this.getSponsors(); if (!this.isEmbed && this.showComments) this.getComments(); + if (this.isEmbed) document.querySelector("html").style.overflow = "hidden"; window.addEventListener("click", this.handleClick); window.addEventListener("resize", () => { this.smallView = this.smallViewQuery.matches;