fix(client): 💄 add overflow-y-scroll to left/right sidebar navigation

This commit is contained in:
Amruth Pillai
2022-08-26 08:06:47 +02:00
parent 7902f67f4f
commit fe37eb2791
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ const RightSidebar = () => {
variant={isDesktop ? 'persistent' : 'temporary'}
>
<div className={styles.container}>
<nav>
<nav className="overflow-y-scroll">
<div>
<Avatar size={40} />
<Divider />