Spaces:
Running
on
A10G
Running
on
A10G
enable scrolling
#86
by
ysharma
HF staff
- opened
This is strange CSS behavior. The application displays properly on my local machine, but on Spaces, it is truncated unless you zoom out. It turns out, all we needed to do is enable scrolling.
css property overflow-y: auto;
controls what happens when the content overflows the vertical bounds of the gradio container. In my earlier PR, I removed this property along with max-height
, it turns out all we needed was to enable auto-scrolling in the app. I hope this resolves it for good.
Thank You for looking into this!
reach-vb
changed pull request status to
merged