Allow scrolling on languages menu on mobile devices

This commit is contained in:
Josh Hawkins 2025-08-27 06:29:12 -05:00
parent 4347402fcc
commit 39bd32cc31

View File

@ -332,7 +332,9 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
<Portal> <Portal>
<SubItemContent <SubItemContent
className={ className={
isDesktop ? "" : "w-[92%] rounded-lg md:rounded-2xl" isDesktop
? ""
: "scrollbar-container max-h-[75dvh] w-[92%] overflow-y-scroll rounded-lg md:rounded-2xl"
} }
> >
<span tabIndex={0} className="sr-only" /> <span tabIndex={0} className="sr-only" />