Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

BlazorPuzzle/Puzzle-90

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle #90 - Scroll the Table

Carl and Jeff want to know how to allow an HTML table scroll horizontally when the contents are not in view.

YouTube Video: https://youtu.be/KiO36ntv1PA

Blazor Puzzle Home Page: https://blazorpuzzle.com

The Challenge

This is a .NET 9 Blazor Web App with Global Server Interactivity.

We have 3 divs in table cells that have a fixed size.

If you resize the browser so the entire table is out of view, a horizontal scrollbar appears at the bottom of the page.

However, we only want to scroll the contents of the table, not the entire page.

The scenario is that the rest of the page has content that needs to stay put. The only thing that should scroll is the table.

How can we do this?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published