1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 15:34:38 -05:00

auto overflow on lyrics

This commit is contained in:
Ashley 2022-08-20 03:50:58 +02:00
parent 7ddbca540e
commit 7dc2674bd5

View file

@ -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>
@ -315,4 +315,3 @@ pointer-events:none;
<!-- END <%=t%> --> <!-- END <%=t%> -->
</body> </body>