mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 14:47:40 +03:00
fix(ui): enable scrolling on language menu for all device types
This commit is contained in:
parent
d8be45bc33
commit
1fb6fcef01
@ -500,13 +500,7 @@ export default function GeneralSettings({ className }: GeneralSettingsProps) {
|
|||||||
<span>{t("menu.languages")}</span>
|
<span>{t("menu.languages")}</span>
|
||||||
</SubItemTrigger>
|
</SubItemTrigger>
|
||||||
<Portal>
|
<Portal>
|
||||||
<SubItemContent
|
<SubItemContent className="scrollbar-container max-h-[75dvh] w-[92%] overflow-y-scroll rounded-lg md:rounded-2xl">
|
||||||
className={
|
|
||||||
isDesktop
|
|
||||||
? ""
|
|
||||||
: "scrollbar-container max-h-[75dvh] w-[92%] overflow-y-scroll rounded-lg md:rounded-2xl"
|
|
||||||
}
|
|
||||||
>
|
|
||||||
{!isDesktop && (
|
{!isDesktop && (
|
||||||
<>
|
<>
|
||||||
<DialogTitle className="sr-only">
|
<DialogTitle className="sr-only">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user