mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-27 13:47:50 +02:00
Allow scrolling on languages menu on mobile devices (#19797)
This commit is contained in:
parent
ad694f5511
commit
667c302a7d
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user