1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix episode paging

This commit is contained in:
Luke Pulverenti 2015-02-18 00:01:13 -05:00
parent 2a045f60cc
commit 066c2d004f

View file

@ -66,7 +66,7 @@
</li> </li>
<li> <li>
<label for="txtCustomCss">${LabelCustomCss}</label> <label for="txtCustomCss">${LabelCustomCss}</label>
<textarea id="txtCustomCss" style="font-family:monospace;height:200px!important;"></textarea> <textarea id="txtCustomCss" style="font-family:monospace;height:200px!important;overflow-y:auto;"></textarea>
<div class="fieldDescription">${LabelCustomCssHelp}</div> <div class="fieldDescription">${LabelCustomCssHelp}</div>
</li> </li>
</ul> </ul>