diff --git a/packages/grafana-ui/src/components/Select/resetSelectStyles.ts b/packages/grafana-ui/src/components/Select/resetSelectStyles.ts index 0449fd94e06..067cdaadf76 100644 --- a/packages/grafana-ui/src/components/Select/resetSelectStyles.ts +++ b/packages/grafana-ui/src/components/Select/resetSelectStyles.ts @@ -21,6 +21,7 @@ export default function resetSelectStyles(theme: GrafanaTheme2) { padding: 0, // Set an explicit z-index here to ensure this element always overlays the singleValue zIndex: 1, + overflow: 'hidden', }; }, loadingIndicator: () => ({}), diff --git a/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__/VariableQueryEditor.test.tsx.snap b/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__/VariableQueryEditor.test.tsx.snap index e16162d1e3d..0f342bc4bf9 100644 --- a/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__/VariableQueryEditor.test.tsx.snap +++ b/public/app/plugins/datasource/cloud-monitoring/components/__snapshots__/VariableQueryEditor.test.tsx.snap @@ -46,7 +46,7 @@ exports[`VariableQueryEditor renders correctly 1`] = ` Loading...