This commit is contained in:
parent
5f504024a3
commit
e174b7aafd
1 changed files with 2 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue