DataTrails: Sticky controls (#83286)
* DataTrails: Sticky controls * Update
This commit is contained in:
@@ -235,13 +235,17 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
flexGrow: 1,
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
gap: theme.spacing(1),
|
||||
}),
|
||||
controls: css({
|
||||
display: 'flex',
|
||||
gap: theme.spacing(1),
|
||||
padding: theme.spacing(1, 0),
|
||||
alignItems: 'flex-end',
|
||||
flexWrap: 'wrap',
|
||||
position: 'sticky',
|
||||
background: theme.isDark ? theme.colors.background.canvas : theme.colors.background.primary,
|
||||
zIndex: theme.zIndex.activePanel + 1,
|
||||
top: 0,
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user