auto overflow on lyrics

This commit is contained in:
Ashley 2022-08-20 03:50:58 +02:00
parent b6cc341ee1
commit bf5e6fc412

View file

@ -1,4 +1,4 @@
<!--
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
@ -258,7 +258,7 @@ pointer-events:none;
<h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
Lyrics
</h1>
<p style="overflow: scroll;overflow-x: hidden;height: 12em;">
<p style="overflow: auto;overflow-x: hidden;height: 12em;">
<%-lyrics%>
</p>
</div>
@ -315,4 +315,3 @@ pointer-events:none;
<!-- END <%=t%> -->
</body>