diff --git a/html/poketube.ejs b/html/poketube.ejs index 258d6d04..5469bd1a 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -853,7 +853,12 @@ summary:hover{ overflow-x: hidden; /* Hide horizontal scrollbar */ color:#111111 } - + html, body { + overflow-x: hidden; +} +body { + position: relative +} .animated { -webkit-animation-duration: 10s; animation-duration: 10s; @@ -1278,24 +1283,27 @@ a{
<%-String(video.Description).replace(/\n/g, "
")%>
theres <%=comments%> total comments rigth now on this video. view em on invidious
- + <% } %> + <% if (video.Channel.Name.endsWith(' - Topic')) { %> + disabled for topic channels <% } %> +