🎨 style(extraSidebarComponent): add bottom padding to the overflow container to improve UI spacing
This commit is contained in:
parent
3c29410488
commit
369a32d53a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue