# Auto scrolling table from glide.page

**URL:** https://community.glideapps.com/t/auto-scrolling-table-from-glide-page/80358
**Category:** Ask for Help
**Created:** [February 26, 2025, 4:05am UTC](https://community.glideapps.com/t/auto-scrolling-table-from-glide-page/80358 "2025-02-26T04:05:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rmst60](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rmst60/32/587_2.png) [@rmst60](https://community.glideapps.com/u/rmst60)
#### Post date: [February 26, 2025, 4:05am UTC](https://community.glideapps.com/t/auto-scrolling-table-from-glide-page/80358/1 "2025-02-26T04:05:28Z")

</div>

Hello folks, I’ve got a table that updates in real time that I then cast to a tv. The problem is that if the table gets too many entries in it then I have to make the font tiny to get it all to fit on the screen. So I’ve explored using scrolling.

1. I embeded some html code onto an index.html file hosted on github and then used glides webembed to put it on the page. Sadly this partially worked in that it scrolled the contents of the index.html portion but not the table right above it.

1. I tried multiple autoscroll widgets from chrome to try to get the page to scroll. While this worked on other pages it does not work on a glide.page  
I’m kinda surprised that this isn’t doable and wanted to reach out to see if anyone had any ideas.

---

<div class="post-metadata">

### Author: ![rmst60](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rmst60/32/587_2.png) [@rmst60](https://community.glideapps.com/u/rmst60)
#### Post date: [February 26, 2025, 1:29pm UTC](https://community.glideapps.com/t/auto-scrolling-table-from-glide-page/80358/2 "2025-02-26T13:29:07Z")

</div>

This is the html code:

 Auto Scrolling Page /\* Ensure there's enough content to scroll \*/ body { height: auto; /\* Adjust as needed \*/ } 

I may try some javascript here next.
