This commit is contained in:
parent
5ec9b96504
commit
59b413dace
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
||||||
import {
|
import { For, Show, type Component } from "solid-js";
|
||||||
For,
|
|
||||||
Show,
|
|
||||||
type Component,
|
|
||||||
} from "solid-js";
|
|
||||||
import Scaffold from "../material/Scaffold.js";
|
import Scaffold from "../material/Scaffold.js";
|
||||||
import {
|
import {
|
||||||
AppBar,
|
AppBar,
|
||||||
|
@ -185,6 +181,8 @@ const Settings: Component = () => {
|
||||||
|
|
||||||
.setting-list {
|
.setting-list {
|
||||||
padding-bottom: calc(var(--safe-area-inset-bottom, 0px) + 16px);
|
padding-bottom: calc(var(--safe-area-inset-bottom, 0px) + 16px);
|
||||||
|
overflow: hidden auto;
|
||||||
|
height: calc(100% - var(--scaffold-topbar-height, 0));
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue