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

Improved: Added CSS to make the scrolling of the job configuration section independent of the job list(#762) #765

Closed
wants to merge 0 commits into from

Conversation

R-Sourabh
Copy link
Contributor

Related Issues

#762

Short Description and Why It's Useful

  • Styles the element to occupy 80% of the viewport height.
  • Enables vertical scrolling for content that exceeds the height.
  • Uses 80vh to ensure sufficient space for the job list section, allowing for independent scrolling without overlap.
  • Adds bottom padding for improved spacing.

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

/* Added CSS styles to the <aside> element to occupy 80% of the viewport height, enable vertical scrolling for overflowing content,
hide the scrollbar, and add bottom padding for spacing */
aside {
height: 80vh;
Copy link
Contributor

Choose a reason for hiding this comment

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

we can't use a fixed number here. Need to take approach similar to my MR where I used 100% height of parent container.

@R-Sourabh R-Sourabh closed this Feb 4, 2025
@R-Sourabh R-Sourabh force-pushed the #762-import-log-styling-fix branch from f9d71be to 3e20545 Compare February 4, 2025 04:54
@R-Sourabh R-Sourabh deleted the #762-import-log-styling-fix branch February 4, 2025 04:56
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