Make chart of accounts action menu sticky
This commit is contained in:
parent
8de26dedf0
commit
a353beeb20
@ -19,10 +19,10 @@
|
||||
{% block title %}Chart of accounts{% endblock %}
|
||||
|
||||
{% 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">
|
||||
<div class="d-flex mb-2">
|
||||
<div class="d-flex py-2 bg-white sticky-top">
|
||||
<div class="me-2">
|
||||
<select class="form-select" name="kind">
|
||||
<option value="drcr.asset">Asset</option>
|
||||
|
Loading…
Reference in New Issue
Block a user