Skip to content

Commit 796bbef

Browse files
authored
fix: removed new sidebar view tickiness (openedx#1376)
1 parent 799e57f commit 796bbef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsSidebar.jsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ const DiscussionsNotificationsSidebar = () => {
2121
showTitleBar={false}
2222
showBorder={false}
2323
>
24-
<div className="sticky-top vh-100">
25-
<NotificationTray />
26-
{!hideNotificationbar && <div className="my-1.5" />}
27-
<DiscussionsSidebar />
28-
</div>
24+
<NotificationTray />
25+
{!hideNotificationbar && <div className="my-1.5" />}
26+
<DiscussionsSidebar />
2927
</SidebarBase>
3028
);
3129
};

0 commit comments

Comments
 (0)