Skip to content

Commit 398458d

Browse files
added overflow y
1 parent 459ab9b commit 398458d

File tree

1 file changed

+2
-0
lines changed
  • src/client/components/Courses/Course

1 file changed

+2
-0
lines changed

src/client/components/Courses/Course/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ const Course = () => {
267267
height: '80vh',
268268
background: 'white',
269269
padding: '2rem',
270+
overflowY: 'scroll'
271+
270272
}}
271273
>
272274
<ActionUserSearch

0 commit comments

Comments
 (0)