Modal: Fix button focus being clipped (#112867)
add padding to modalbuttonrow
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user