diff --git a/preload.js b/preload.js index 115b2150a..1044dabdf 100644 --- a/preload.js +++ b/preload.js @@ -38,7 +38,7 @@ window.isBehindProxy = () => Boolean(config.proxyUrl); window.lokiFeatureFlags = { useOnionRequests: true, useMessageRequests: false, - useCallMessage: true, + useCallMessage: false, }; window.isBeforeVersion = (toCheck, baseVersion) => { diff --git a/ts/components/leftpane/LeftPaneSectionContainer.tsx b/ts/components/leftpane/LeftPaneSectionContainer.tsx index 4cf5eaff1..b6e19ec62 100644 --- a/ts/components/leftpane/LeftPaneSectionContainer.tsx +++ b/ts/components/leftpane/LeftPaneSectionContainer.tsx @@ -6,6 +6,7 @@ export const LeftPaneSectionContainer = styled.div` flex-direction: column; align-items: center; border-right: var(--border-session); + overflow-y: auto; .session-icon-button { padding: 30px 0;