diff --git a/components/brave_rewards/resources/ui/components/siteBanner/style.ts b/components/brave_rewards/resources/ui/components/siteBanner/style.ts index b9301f772297..1c3e23644787 100644 --- a/components/brave_rewards/resources/ui/components/siteBanner/style.ts +++ b/components/brave_rewards/resources/ui/components/siteBanner/style.ts @@ -24,7 +24,7 @@ const getBgStyle = (monthly?: boolean) => { } export const StyledWrapper = styled('div')` - overflow-y: scroll; + overflow-y: auto; height: auto; padding: 0px; font-family: Poppins, sans-serif;