Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

harvinchan10
Copy link

@harvinchan10 harvinchan10 commented Nov 30, 2024

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 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
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
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