We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9494ee8 commit 41f753fCopy full SHA for 41f753f
x-pack/solutions/observability/plugins/observability_ai_assistant_app/public/components/page_template.tsx
@@ -14,7 +14,7 @@ const pageSectionContentClassName = css`
14
flex-grow: 1;
15
padding-top: 0;
16
padding-bottom: 0;
17
- max-block-size: calc(100vh - 96px);
+ max-block-size: calc(100vh - var(--kbnAppHeadersOffset, var(--euiFixedHeadersOffset, 0)));
18
`;
19
20
export function ObservabilityAIAssistantPageTemplate({ children }: { children: React.ReactNode }) {
0 commit comments