Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Feb 9, 2024
1 parent 880157d commit a51f730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-app/src/components/layout/site/DiscoveryLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const DiscoveryLayout = ({ children, page }: DiscoveryLayoutProps) => {
};

return (
<div className={"scrollable-container"}>
<div>
<AppHeader />
<Container fluid className={"app-container"}>
{(rightSidebarOpen || leftSidebarOpen) && (
Expand All @@ -41,7 +41,7 @@ const DiscoveryLayout = ({ children, page }: DiscoveryLayoutProps) => {
<FlexRow>
<AppLeft />

<Col className={cc(["main-panel", `page-${page}`])}>{children}</Col>
<Col className={cc(["scrollable-container", "main-panel", `page-${page}`])}>{children}</Col>

<AppRight />
</FlexRow>
Expand Down

0 comments on commit a51f730

Please sign in to comment.