build: Increase bottom padding of dropdown menu
This commit is contained in:
parent
78d3e5ee08
commit
2a4754750b
|
|
@ -21,7 +21,7 @@
|
|||
<button class="btn btn-secondary dropdown-toggle" type="button" id="categoryDropdown" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Categories
|
||||
</button>
|
||||
<div class="dropdown-menu pb-4" aria-labelledby="categoryDropdown" style="max-height: 400px;">
|
||||
<div class="dropdown-menu pb-5" aria-labelledby="categoryDropdown" style="max-height: 400px;">
|
||||
<form method="get">
|
||||
<div style="max-height: 350px; overflow-y: auto; padding: 0 1rem;">
|
||||
{% for category in categories %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue