-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Got scrolling and sizing to somewhat work?
* Outer container is set to position absolute and left/right/bottom/top to 0 to make it flood the whole viewport * overflow set to hidden.... I don't really know why, but it seems to work (in conjunction with the inner div being set to scroll) * inner container set to overall scroll to get scroll bars if content gets too large * table width set to max-content so that colgroup widths are respected Still need to figure out what happens in vertical direction when we get too many rows
- Loading branch information
1 parent
625c509
commit ae420e8
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters