{"id":28882883,"url":"https://github.com/ddamato/visible-scroll","last_synced_at":"2026-04-29T14:06:36.093Z","repository":{"id":297959308,"uuid":"998373994","full_name":"ddamato/visible-scroll","owner":"ddamato","description":"Exposes visible scrollbars","archived":false,"fork":false,"pushed_at":"2025-06-08T21:24:27.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T06:12:49.309Z","etag":null,"topics":["scroll","scrolling","web-components"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddamato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-08T13:29:52.000Z","updated_at":"2025-06-08T21:24:31.000Z","dependencies_parsed_at":"2025-06-08T16:29:56.317Z","dependency_job_id":null,"html_url":"https://github.com/ddamato/visible-scroll","commit_stats":null,"previous_names":["ddamato/visible-scroll"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ddamato/visible-scroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddamato%2Fvisible-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddamato%2Fvisible-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddamato%2Fvisible-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddamato%2Fvisible-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddamato","download_url":"https://codeload.github.com/ddamato/visible-scroll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddamato%2Fvisible-scroll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261018629,"owners_count":23097936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scroll","scrolling","web-components"],"created_at":"2025-06-20T21:02:03.646Z","updated_at":"2026-04-29T14:06:36.070Z","avatar_url":"https://github.com/ddamato.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [`\u003cvisible-scroll/\u003e`](https://ddamato.github.io/visible-scroll/)\n\n[![npm version](https://img.shields.io/npm/v/visible-scroll.svg)](https://www.npmjs.com/package/visible-scroll)\n\nAttemps to keep the horizontal scrollbar visible in different overflow contexts.\n\n## Install\n\nThe project is distributed as an [`IIFE`](https://developer.mozilla.org/en-US/docs/Glossary/IIFE), so the easiest way is to just create a script tag pointing to the export hosted on [unpkg](https://unpkg.com/).\n\n```html\n\u003cscript src=\"unpkg.com/visible-scroll\" defer\u003e\u003c/script\u003e\n```\n\nHowever, you can also install the package and add the script through some build process.\n\n```html\n\u003cscript src=\"dist/visible-scroll.iife.js\" defer\u003e\u003c/script\u003e\n```\n\n## Usage\n\nOnce the script is loaded, you can add the new component to a page.\n\n```html\n\u003cvisible-scroll\u003e\n  \u003c!-- Some scrollable content --\u003e\n\u003c/visible-scroll\u003e\n```\n\nVisibility depends on the user's device settings. If the user has configured the scrollbars to only show while scrolling, then the scrollbars will only be visible then.\n\n## Customizing\n\nYou may update the following properties to adjust dimension of the scrollable container.\n\n| Property | Description |\n| -------- | ----------- |\n| `--visible-scroll-max-width` | Sets the maximum width for the scrollable container. |\n| `--visible-scroll-max-height` | Sets the maximum height for the scrollable container. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddamato%2Fvisible-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddamato%2Fvisible-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddamato%2Fvisible-scroll/lists"}