mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Collapse: stop cropping focus rings (#92190)
remove overflow: hidden; from bodyContentWrapper
This commit is contained in:
parent
584559d3c2
commit
292982f30b
@ -33,7 +33,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
bodyContentWrapper: css({
|
||||
label: 'bodyContentWrapper',
|
||||
flex: 1,
|
||||
overflow: 'hidden',
|
||||
}),
|
||||
loader: css({
|
||||
label: 'collapse__loader',
|
||||
|
Loading…
Reference in New Issue
Block a user