mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed sidebar heights
This commit is contained in:
parent
2e75e4f7c0
commit
d4f57a97d8
4 changed files with 13 additions and 4 deletions
|
@ -23,7 +23,7 @@ const SidebarStackCard: FC<SidebarStackCardProps> = ({ children, title, width, h
|
|||
</div>
|
||||
)}
|
||||
|
||||
<Filler>{children}</Filler>
|
||||
<div className={styles.content}>{children}</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue