feat: add bottom padding to dropdown menu

This commit is contained in:
Lord_Devi 2024-09-18 21:50:07 -04:00
parent d1c1791e53
commit 117098f583

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" aria-labelledby="categoryDropdown" style="max-height: 400px;">
<div class="dropdown-menu pb-3" 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 %}