Skip to content

Commit

Permalink
[REVERT ME] Test observability app use case w/ flyouts
Browse files Browse the repository at this point in the history
- set screen size to 2400 px to see bug
  • Loading branch information
cee-chen committed Nov 23, 2022
1 parent dd67e16 commit aff41f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src-docs/src/views/app_context.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ export const AppContext = ({ children }) => {
}}
theme={EUI_THEMES.find((t) => t.value === theme)?.provider}
colorMode={theme.includes('light') ? 'light' : 'dark'}
modify={{
breakpoint: {
xxl: 1600,
xxxl: 2000,
},
}}
>
<Helmet>
<link
Expand Down

0 comments on commit aff41f9

Please sign in to comment.