We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799e57f commit 796bbefCopy full SHA for 796bbef
src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsSidebar.jsx
@@ -21,11 +21,9 @@ const DiscussionsNotificationsSidebar = () => {
21
showTitleBar={false}
22
showBorder={false}
23
>
24
- <div className="sticky-top vh-100">
25
- <NotificationTray />
26
- {!hideNotificationbar && <div className="my-1.5" />}
27
- <DiscussionsSidebar />
28
- </div>
+ <NotificationTray />
+ {!hideNotificationbar && <div className="my-1.5" />}
+ <DiscussionsSidebar />
29
</SidebarBase>
30
);
31
};
0 commit comments