Make chart of accounts action menu sticky

This commit is contained in:
RunasSudo 2023-01-04 10:55:51 +11:00
parent 8de26dedf0
commit a353beeb20
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
{% block title %}Chart of accounts{% endblock %} {% block title %}Chart of accounts{% endblock %}
{% block content %} {% block content %}
<h1 class="h2 my-4">Chart of accounts</h1> <h1 class="h2 mt-4 mb-2">Chart of accounts</h1>
<form method="POST"> <form method="POST">
<div class="d-flex mb-2"> <div class="d-flex py-2 bg-white sticky-top">
<div class="me-2"> <div class="me-2">
<select class="form-select" name="kind"> <select class="form-select" name="kind">
<option value="drcr.asset">Asset</option> <option value="drcr.asset">Asset</option>