mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard import: Bug fixes (#23591)
* clear dashboard on unmount * fix menu z-index, folderpicker width * fix issue with saving dashboard in another folder * use foldermodel instead of selectablevalue * using z-index from theme * updated names * update snapshot * remove size from folderpicker * use connectWithCleanup * update snapshot
This commit is contained in:
@@ -332,6 +332,8 @@ export function SelectBase<T>({
|
||||
}),
|
||||
container: () => ({
|
||||
position: 'relative',
|
||||
// This puts the menu above Inputs (z-index: 1)
|
||||
zIndex: theme.zIndex.dropdown,
|
||||
width: width ? `${8 * width}px` : '100%',
|
||||
}),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user