fix: remove commented-out scrollY property in ContentsPage component

This commit is contained in:
fredy.siswanto 2025-03-04 22:11:13 +07:00
parent d6768f0318
commit aca894729e

View File

@ -52,7 +52,6 @@ export const ContentsPage = () => {
searching: true, searching: true,
ordering: true, ordering: true,
info: true, info: true,
// scrollY: '50vh',
} }
return ( return (