Skip to content

Commit

Permalink
fix: removed new sidebar view tickiness (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari authored Apr 30, 2024
1 parent 799e57f commit 796bbef
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ const DiscussionsNotificationsSidebar = () => {
showTitleBar={false}
showBorder={false}
>
<div className="sticky-top vh-100">
<NotificationTray />
{!hideNotificationbar && <div className="my-1.5" />}
<DiscussionsSidebar />
</div>
<NotificationTray />
{!hideNotificationbar && <div className="my-1.5" />}
<DiscussionsSidebar />
</SidebarBase>
);
};
Expand Down

0 comments on commit 796bbef

Please sign in to comment.