Skip to content

Commit

Permalink
apply review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkibana committed Sep 21, 2023
1 parent 42fc07d commit 7da0bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const KibanaPageTemplateInner: FC<Props> = ({
// the fixed header and banner heights.
offset={0}
minHeight={header ? 'calc(100vh - var(--euiFixedHeadersOffset, 0))' : 0}
grow={rest.grow ?? (header ? false : undefined)}
grow={header ? false : undefined}
{...rest}
>
{sideBar}
Expand Down

0 comments on commit 7da0bea

Please sign in to comment.