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

Open
wants to merge 2 commits into
base: main
Choose a base branch
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.

…e elements, and introduced isFetchingMoreJobs flag to prevent multiple API calls(hotwax#762)

- Disabling ion-content scrolling to prevent interference with main scrolling.
- Enabling main scrolling to allow independent scrolling of main content.
- Setting heights of main and aside elements to prevent overflow and ensure seamless scrolling.
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