diff --git a/extensions/vscode/package-lock.json b/extensions/vscode/package-lock.json index 19c267d8fee..3a357a5f9c5 100644 --- a/extensions/vscode/package-lock.json +++ b/extensions/vscode/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "continue", - "version": "2.2.1", + "version": "2.2.2", "license": "Apache-2.0", "dependencies": { "@continuedev/config-types": "file:../../packages/config-types", diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 91ea2b82a46..a97be14fdf1 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -2,7 +2,7 @@ "name": "continue", "icon": "media/icon.png", "author": "Continue Dev, Inc", - "version": "2.2.1", + "version": "2.2.2", "repository": { "type": "git", "url": "https://github.com/continuedev/continue" diff --git a/gui/src/components/Layout.tsx b/gui/src/components/Layout.tsx index 46b66f3f5d7..e535091d589 100644 --- a/gui/src/components/Layout.tsx +++ b/gui/src/components/Layout.tsx @@ -33,8 +33,8 @@ const LayoutTopDiv = styled(CustomScrollbarDiv)` const GridDiv = styled.div` display: grid; grid-template-rows: 1fr auto; - height: 100vh; - overflow-x: visible; + height: 100%; + overflow-x: hidden; `; const Layout = () => { @@ -202,7 +202,7 @@ const Layout = () => {