Skip to content

Commit 0296f28

Browse files
fix: 안드로이드 다음페이지 트리거 이슈 (#552)
* fix: add thumbnail list bottom padding for trigger space in andriod chrome * fix: remove not needed style
1 parent 044b5de commit 0296f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export default function Root() {
8888
const thumbnailWrapperCss = css`
8989
width: 100%;
9090
padding-top: 16px;
91+
padding-bottom: 5px;
9192
display: grid;
9293
grid-template-columns: 1fr 1fr;
9394
gap: 8px;

0 commit comments

Comments
 (0)