I wanna add this:
<style>
#listing{
height: calc(100vh - 8em);
overflow-y: auto;
}
</style>
But as I tested, when the folder is pretty large with 3000pics, it will not show the entire list. To solve this, I think we need to use the virtual list.
|
||
|---|---|---|
| .. | ||
| dist | ||
| public | ||
| src | ||
| .eslintrc.json | ||
| .prettierignore | ||
| .prettierrc.json | ||
| assets_dev.go | ||
| assets.go | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| vite.config.js | ||