diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index ad55634..219052d 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -182,7 +182,8 @@ const Settings: Component = () => { .setting-list { padding-bottom: calc(var(--safe-area-inset-bottom, 0px) + 16px); overflow: hidden auto; - height: calc(100% - var(--scaffold-topbar-height, 0)); + height: calc(100vh - var(--scaffold-topbar-height, 0)); + height: calc(100dvh - var(--scaffold-topbar-height, 0)); } `; return (