mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEdit: Fixed scroll pos moved to top when clicking new radio buttons (#24146)
This commit is contained in:
@@ -98,7 +98,7 @@ export const OptionsPaneContent: React.FC<Props> = ({
|
||||
/>
|
||||
</TabsBar>
|
||||
<TabContent className={styles.tabContent}>
|
||||
<CustomScrollbar>
|
||||
<CustomScrollbar autoHeightMin="100%">
|
||||
{showMainTab ? (
|
||||
<PanelOptionsTab
|
||||
panel={panel}
|
||||
|
||||
Reference in New Issue
Block a user