Skip to content

Commit

Permalink
re-establish full width and remove scroll bar in serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed May 11, 2024
1 parent 07c6dbc commit 48c5cfe
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ export const ChatPlaygroundOverview: React.FC = () => {
indices: [],
}}
>
<EuiPageTemplate offset={0} grow restrictWidth data-test-subj="svlPlaygroundPage">
<EuiPageTemplate
offset={0}
grow
restrictWidth={false}
data-test-subj="svlPlaygroundPage"
minHeight={0}
>
<EuiPageTemplate.Header
pageTitle={
<EuiFlexGroup>
Expand Down

0 comments on commit 48c5cfe

Please sign in to comment.