♻️ Change overflow:scroll to overflow:auto
This commit is contained in:
@@ -65,7 +65,7 @@ export const ThemeSideMenu = () => {
|
||||
borderRightWidth={1}
|
||||
pt={10}
|
||||
spacing={10}
|
||||
overflowY="scroll"
|
||||
overflowY="auto"
|
||||
pb="20"
|
||||
position="relative"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user