diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index 44af3a371..9cab9440f 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -7,6 +7,7 @@ .mainSection { display: flex; + overflow-y: scroll; flex-direction: column; } diff --git a/web/components/ui/Sidebar/Sidebar.module.scss b/web/components/ui/Sidebar/Sidebar.module.scss index 8364a4618..885f6bf5b 100644 --- a/web/components/ui/Sidebar/Sidebar.module.scss +++ b/web/components/ui/Sidebar/Sidebar.module.scss @@ -1,16 +1,12 @@ .root { background-color: var(--theme-color-background-chat); display: none; - // --header-h: 64px; } @media (min-width: 768px) { .root { position: sticky; - // top: var(--header-h); display: block; - // height: calc(100vh - var(--header-h)); - // max-height: calc(100vh - var(--header-h)); } } /*