diff --git a/superset-frontend/src/components/Select/styles.tsx b/superset-frontend/src/components/Select/styles.tsx index c9904169b72c9..4776a72620e72 100644 --- a/superset-frontend/src/components/Select/styles.tsx +++ b/superset-frontend/src/components/Select/styles.tsx @@ -191,6 +191,7 @@ export const DEFAULT_STYLES: PartialStylesConfig = { width: auto; min-width: 100%; max-width: 80vw; + background: none; box-shadow: none; border: 0; `,