mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
CodeEditor: Prevent suggestions from being clipped (#42120)
Closes #40792 Co-authored-by: Josh Hunt <josh@trtr.co> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
This commit is contained in:
parent
410044fa05
commit
e3ef82203e
@ -131,6 +131,7 @@ class UnthemedCodeEditor extends React.PureComponent<Props> {
|
||||
top: 0.5 * theme.spacing.gridSize,
|
||||
bottom: 0.5 * theme.spacing.gridSize,
|
||||
},
|
||||
fixedOverflowWidgets: true, // Ensures suggestions menu is drawn on top
|
||||
};
|
||||
|
||||
if (!showLineNumbers) {
|
||||
|
Loading…
Reference in New Issue
Block a user