Skip to content

The scrollbar cannot be displayed in gr.Gallery. #10033

@Kirsty-tong

Description

@Kirsty-tong

Describe the bug

The scrollbar cannot be displayed properly in gr.Gallery, and all images cannot be viewed by sliding up or down.
I've tried gradio=5.6.0 and gradio=43.0.

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr
gallery = gr.Gallery(
        label="Generated images", show_label=False, elem_id="gallery"
    , columns=[3], rows=[2], object_fit="contain", height=300)

Screenshot

image

Logs

No response

System Info

gradio=5.6.0 and gradio=43.0
gradio_client=1.4.3
Operating System: Linux

Severity

I can work around it

Metadata

Metadata

Assignees

Labels

PriorityHigh priority issuesbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions