[v11.0.x] DashboardScene: Remove min height on viz picker scroll container (#87227)
DashboardScene: Remove min height on viz picker scroll container (#87172)
removed min height prop
(cherry picked from commit 4d37e11ce9)
Co-authored-by: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com>
This commit is contained in:
co-authored by
Sergej-Vlasov
parent
b219aa7688
commit
b630e6d6ab
@@ -73,7 +73,7 @@ export function PanelVizTypePicker({ vizManager, data, onChange }: Props) {
|
||||
<Field className={styles.customFieldMargin}>
|
||||
<RadioButtonGroup options={radioOptions} value={listMode} onChange={setListMode} fullWidth />
|
||||
</Field>
|
||||
<CustomScrollbar autoHeightMin="100%">
|
||||
<CustomScrollbar>
|
||||
{listMode === VisualizationSelectPaneTab.Visualizations && (
|
||||
<VizTypePicker pluginId={panel.state.pluginId} searchQuery={searchQuery} onChange={onVizTypeChange} />
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user