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=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"> <input type=submit value="Změň ročník">
</form> </form>
<div style="overflow-x: scroll;">
<table class="dosla_reseni"> <table class="dosla_reseni">
<tr> <tr>
<td></td> {# Prázdná buňka v levém horním rohu #} <td></td> {# Prázdná buňka v levém horním rohu #}
@ -45,6 +47,7 @@ Do: {{ filtr.reseni_do }}
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
</div>
{% endblock %} {% endblock %}