Revert "Remove double scroll bar on discussion redesign"
This reverts commit e5ede9fb13
.
Reason for revert: This is causing other issue with the modules component on Discussions.
Change-Id: I88b460de17c498420acc3a36e3528895a307c04b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/324716
Reviewed-by: Caleb Guanzon <cguanzon@instructure.com>
QA-Review: Caleb Guanzon <cguanzon@instructure.com>
Product-Review: Caleb Guanzon <cguanzon@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
This commit is contained in:
parent
0cb51a3a65
commit
3589a6c3ab
|
@ -364,7 +364,7 @@ const DiscussionTopicManager = props => {
|
|||
{isSplitScreenViewOverlayed && isSplitScreenViewOpen && (
|
||||
<Mask onClick={() => setSplitScreenViewOpen(false)} />
|
||||
)}
|
||||
<DrawerLayout.Content label="Splitscreen View Content" style={{overflowY: 'unset'}}>
|
||||
<DrawerLayout.Content label="Splitscreen View Content">
|
||||
<View display="block" padding="medium medium 0 small" height="100vh">
|
||||
<DiscussionTopicToolbarContainer
|
||||
discussionTopic={discussionTopicQuery.data.legacyNode}
|
||||
|
|
Loading…
Reference in New Issue