시리즈 관리 - scroll infinite loading으로 paging 처리

This commit is contained in:
Yu Sung
2024-08-14 15:43:40 +09:00
parent 65276f5281
commit d459d42a60
2 changed files with 32 additions and 7 deletions

View File

@@ -38,4 +38,12 @@
}
}
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
overflow-y: hidden;
}
html, body {
overflow-y: hidden;
}
</style>