🎨 style(extraSidebarComponent): add bottom padding to the overflow container to improve UI spacing

This commit is contained in:
Lucas Oliveira 2023-07-03 22:25:02 -03:00
commit 369a32d53a

View file

@ -135,7 +135,7 @@ export default function ExtraSidebar() {
</div>
</div>
<div className="w-full overflow-auto scrollbar-hide">
<div className="w-full overflow-auto scrollbar-hide pb-10">
{Object.keys(dataFilter)
.sort()
.map((d: keyof APIObjectType, i) =>