This commit is contained in:
parent
b7531864d2
commit
9e97f9b611
4 changed files with 9 additions and 17 deletions
|
@ -168,6 +168,8 @@ const Home: ParentComponent = (props) => {
|
|||
padding: 0 16px;
|
||||
scroll-snap-align: center;
|
||||
overscroll-behavior-block: none;
|
||||
contain: strict;
|
||||
contain-intrinsic-size: 100% 100%;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
padding: 0;
|
||||
|
@ -186,6 +188,10 @@ const Home: ParentComponent = (props) => {
|
|||
padding-left: var(--safe-area-inset-left, 0);
|
||||
padding-right: var(--safe-area-inset-right, 0);
|
||||
|
||||
& > * {
|
||||
content-visibility: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
grid-auto-columns: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue