Skip to content

Commit 86ecb69

Browse files
authored
Merge pull request RooCodeInc#947 from RooVetGit/fix_welcome_sticky
Fix sticky positioning on welcome screen
2 parents 28cd4eb + fb47ae0 commit 86ecb69

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

webview-ui/src/components/welcome/WelcomeView.tsx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,18 @@ const WelcomeView = () => {
2222

2323
return (
2424
<div className="flex flex-col min-h-screen px-0 pb-5">
25-
<div className="flex-grow">
26-
<h2>Hi, I'm Roo!</h2>
27-
<p>
28-
I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and
29-
access to tools that let me create & edit files, explore complex projects, use the browser, and
30-
execute terminal commands (with your permission, of course). I can even use MCP to create new tools
31-
and extend my own capabilities.
32-
</p>
33-
34-
<b>To get started, this extension needs an API provider.</b>
35-
36-
<div className="mt-3">
37-
<ApiOptions fromWelcomeView />
38-
</div>
25+
<h2>Hi, I'm Roo!</h2>
26+
<p>
27+
I can do all kinds of tasks thanks to the latest breakthroughs in agentic coding capabilities and access
28+
to tools that let me create & edit files, explore complex projects, use the browser, and execute
29+
terminal commands (with your permission, of course). I can even use MCP to create new tools and extend
30+
my own capabilities.
31+
</p>
32+
33+
<b>To get started, this extension needs an API provider.</b>
34+
35+
<div className="mt-3">
36+
<ApiOptions fromWelcomeView />
3937
</div>
4038

4139
<div className="sticky bottom-0 bg-[var(--vscode-editor-background)] py-3">

0 commit comments

Comments
 (0)