scrollbar pro tabulku
This commit is contained in:
parent
fd8ef17959
commit
bcde9ca095
1 changed files with 3 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue