Merge pull request #1155 from coolswood/main

fix: overflow-y-auto
This commit is contained in:
Amruth Pillai
2022-12-29 21:37:29 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ const LeftSidebar = () => {
variant={isDesktop ? 'persistent' : 'temporary'}
>
<div className={styles.container}>
<nav className="overflow-y-scroll">
<nav className="overflow-y-auto">
<div>
<Link href="/dashboard">
<Logo size={40} />

View File

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