Modal: Fix modal button row

This commit is contained in:
Torkel Ödegaard
2025-12-17 12:56:25 +01:00
parent 65345c737a
commit 673c185340
@@ -79,7 +79,7 @@ export const getModalStyles = (theme: GrafanaTheme2) => {
modalContent: css({
overflow: 'auto',
padding: theme.spacing(3, 3, 0, 3),
marginBottom: theme.spacing(3),
marginBottom: theme.spacing(2.5),
scrollbarWidth: 'thin',
width: '100%',
@@ -91,7 +91,7 @@ export const getModalStyles = (theme: GrafanaTheme2) => {
modalButtonRow: css({
background: theme.colors.background.primary,
position: 'sticky',
bottom: 0,
bottom: 1,
paddingTop: theme.spacing(2),
paddingBottom: theme.spacing(0.5),
zIndex: 1,