File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ .discussions-sidebar-frame {
2
+ @media (max-width : -1 + map-get ($grid-breakpoints , " xl" )) {
3
+ max-height : calc (100vh - 65px );
4
+ }
5
+ }
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const DiscussionsSidebar = ({ intl }) => {
38
38
>
39
39
< iframe
40
40
src = { `${ discussionsUrl } ?inContextSidebar` }
41
- className = "d-flex sticky-top vh-100 w-100 border-0"
41
+ className = "d-flex sticky-top vh-100 w-100 border-0 discussions-sidebar-frame "
42
42
title = { intl . formatMessage ( messages . discussionsTitle ) }
43
43
allow = "clipboard-write"
44
44
loading = "lazy"
Original file line number Diff line number Diff line change 432
432
433
433
// Import component-specific sass files
434
434
@import " courseware/course/celebration/CelebrationModal.scss" ;
435
+ @import " courseware/course/sidebar/sidebars/discussions/Discussions.scss" ;
435
436
@import " courseware/course/sidebar/sidebars/notifications/NotificationIcon.scss" ;
436
437
@import " courseware/course/sequence/lock-paywall/LockPaywall.scss" ;
437
438
@import " shared/streak-celebration/StreakCelebrationModal.scss" ;
You can’t perform that action at this time.
0 commit comments