mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Console] Fix tooltip positioning (#189493)
This commit is contained in:
parent
c73bbc99c4
commit
f78b262faf
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@ export const MonacoEditor = ({ initialTextValue }: EditorProps) => {
|
|||
fontSize: settings.fontSize,
|
||||
wordWrap: settings.wrapMode === true ? 'on' : 'off',
|
||||
theme: CONSOLE_THEME_ID,
|
||||
// Make the quick-fix window be fixed to the window rather than clipped by
|
||||
// the parent content set with overflow: hidden/auto
|
||||
fixedOverflowWidgets: true,
|
||||
}}
|
||||
suggestionProvider={suggestionProvider}
|
||||
enableFindAction={true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue