Modal: Fix button focus being clipped (#112867)

add padding to modalbuttonrow
This commit is contained in:
Ashley Harrison
2025-10-23 16:18:30 +01:00
committed by GitHub
parent 87f40c65e4
commit c74af4f3d4
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -3055,11 +3055,6 @@
"count": 1
}
},
"public/app/features/explore/TraceView/components/utils/DraggableManager/demo/index.tsx": {
"no-barrel-files/no-barrel-files": {
"count": 1
}
},
"public/app/features/explore/TraceView/components/utils/sort.ts": {
"no-restricted-syntax": {
"count": 1
@@ -93,6 +93,7 @@ export const getModalStyles = (theme: GrafanaTheme2) => {
position: 'sticky',
bottom: 0,
paddingTop: theme.spacing(2),
paddingBottom: theme.spacing(0.5),
zIndex: 1,
}),
};