scrollbar pro tabulku

This commit is contained in:
Kateřina Č 2021-11-01 20:48:55 +01:00
parent fd8ef17959
commit bcde9ca095

View file

@ -17,6 +17,8 @@ Do: {{ filtr.reseni_do }}
<input type=number max="{{ aktualni_rocnik.rocnik }}" min=1 id=jiny_rocnik placeholder="Jiný ročník" value="{{ rocnik }}">
<input type=submit value="Změň ročník">
</form>
<div style="overflow-x: scroll;">
<table class="dosla_reseni">
<tr>
<td></td> {# Prázdná buňka v levém horním rohu #}
@ -45,6 +47,7 @@ Do: {{ filtr.reseni_do }}
</tr>
{% endfor %}
</table>
</div>
{% endblock %}