Skip to content

Commit ba06fd7

Browse files
authored
Revert "fix: remove minHeight from in-context discussion sidebar (#1002)" (#1003)
This reverts commit 9396fbd.
1 parent 9396fbd commit ba06fd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/courseware/course/sidebar/sidebars/discussions/DiscussionsSidebar.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function DiscussionsSidebar({ intl }) {
3030
>
3131
<iframe
3232
src={`${discussionsUrl}?inContext`}
33-
className="d-flex w-100 h-100 border-0"
33+
className="d-flex w-100 border-0"
34+
style={{ minHeight: '60rem' }}
3435
title={intl.formatMessage(messages.discussionsTitle)}
3536
/>
3637
</SidebarBase>

0 commit comments

Comments
 (0)