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: 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) 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"> <h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
Lyrics Lyrics
</h1> </h1>
<p style="overflow: scroll;overflow-x: hidden;height: 12em;"> <p style="overflow: auto;overflow-x: hidden;height: 12em;">
<%-lyrics%> <%-lyrics%>
</p> </p>
</div> </div>
@ -314,5 +314,4 @@ pointer-events:none;
<!-- END <%=t%> --> <!-- END <%=t%> -->
</body> </body>