Collapse: stop cropping focus rings (#92190)

remove overflow: hidden; from bodyContentWrapper
This commit is contained in:
Ashley Harrison 2024-08-21 11:01:53 +01:00 committed by GitHub
parent 584559d3c2
commit 292982f30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
bodyContentWrapper: css({
label: 'bodyContentWrapper',
flex: 1,
overflow: 'hidden',
}),
loader: css({
label: 'collapse__loader',