Skip to content

Commit 93797f5

Browse files
committed
OpenConceptLab/ocl_issues#1617 | user profile scrollable
1 parent 7d6e485 commit 93797f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/users/UserHome.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const UserHome = () => {
3434

3535
return (
3636
<div className='col-xs-12 padding-0'>
37-
<div className='col-xs-3' style={{height: height, padding: '24px 24px 24px 8px', maxWidth: '20%'}}>
37+
<div className='col-xs-3' style={{height: height, padding: '24px 24px 24px 8px', maxWidth: '20%', overflow: 'auto'}}>
3838
<UserProfile user={user} />
3939
</div>
4040
<div className='col-xs-10 padding-0' style={{backgroundColor: '#FFF', borderRadius: '10px', height: height, maxWidth: '80%'}}>

0 commit comments

Comments
 (0)