mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 05:34:40 -05:00
auto overflow on lyrics
This commit is contained in:
parent
b6cc341ee1
commit
bf5e6fc412
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue