Make statement lines menu bar sticky

This commit is contained in:
RunasSudo 2023-05-28 12:11:47 +10:00
parent 00fe0ec53d
commit 351df663f0
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
{% block title %}Statement lines{% endblock %}
{% block content %}
<h1 class="h2 my-4">Statement lines</h1>
<h1 class="h2 mt-4 mb-2">Statement lines</h1>
<form method="POST">
<div class="mb-2 d-flex">
<div class="py-2 d-flex bg-white sticky-top">
<div class="flex-grow-1">
<button type="submit" class="btn btn-outline-secondary" formaction="/statement-lines/reconcile-transfer">Reconcile selected as transfer</button>
<a href="{{ url_for('statement_lines_import') }}" class="btn btn-outline-secondary">Import statement</a>