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