build: Increase bottom padding of dropdown menu

This commit is contained in:
Lord_Devi 2024-09-18 21:51:43 -04:00
parent 78d3e5ee08
commit 2a4754750b

View file

@ -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 %}