Skip to content

feature: made table scrollable and minor fix to tabs - #3

Open
harvinchan10 wants to merge 1 commit into
ccmorris:mainfrom
harvinchan10:feature/table-tabs-fix
Open

feature: made table scrollable and minor fix to tabs#3
harvinchan10 wants to merge 1 commit into
ccmorris:mainfrom
harvinchan10:feature/table-tabs-fix

Conversation

@harvinchan10

@harvinchan10 harvinchan10 commented Nov 30, 2024

Copy link
Copy Markdown

Changes:

  • made tables scrollable instead of the whole page scrolling
  • if there are tabs on the page, it gets rendered statically still.
Screen.Recording.2024-11-30.at.12.42.38.PM.mov

Comment thread custom.css
Comment on lines +70 to +88
div.content {
overflow: auto;
}
table.tablesorter.shift {
margin-top: 0;
}
div.tabs:has(div.tab ~ div.tab) div.content {
position: static;
}
div.content table {
margin: 0;
width: 100%;
display: block;
overflow-x: auto;
white-space: nowrap;
}
table.share_status {
white-space: normal;
}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes for this PR

@ccmorris

Copy link
Copy Markdown
Owner

Thanks for the contribution!

Can you please undo the formatting changes in this PR? It is more difficult to see the relevant code changes when there are so many formatting changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants