Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot scroll on docs gallery page for streaming videostream #7553

Open
droumis opened this issue Dec 15, 2024 · 1 comment
Open

Cannot scroll on docs gallery page for streaming videostream #7553

droumis opened this issue Dec 15, 2024 · 1 comment
Labels
type: docs Related to the Panel documentation and examples

Comments

@droumis
Copy link
Member

droumis commented Dec 15, 2024

Cannot page scroll on gallery/streaming_videostream. Tried with chrome and firefox. Scroll is working for other examples.

@ahuang11
Copy link
Contributor

The culprit is likely:

pn.template.FastListTemplate(
    site="Panel",
    title="VideoStream Interface",
    sidebar=[component.settings],
    main=[component],
).servable(); # We add ; to not show the template in the notebook as it does not display well.

Was experiencing this elsewhere before:
#7288

@philippjfr philippjfr added the type: docs Related to the Panel documentation and examples label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: docs Related to the Panel documentation and examples
Projects
None yet
Development

No branches or pull requests

3 participants