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

Scrollbars implementation #15

Open
lpickford-pixelbeard opened this issue Dec 26, 2023 · 0 comments
Open

Scrollbars implementation #15

lpickford-pixelbeard opened this issue Dec 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lpickford-pixelbeard
Copy link
Collaborator

User Story:
As a user, I want the Gantt chart to display scrollbars when it is larger than the viewable area, so that I can easily navigate and view the entire project timeline.

Acceptance Criteria:

  1. When the Gantt chart exceeds the dimensions of the viewable area, vertical and horizontal scrollbars should appear.
  2. The vertical scrollbar should allow smooth scrolling up and down the Gantt chart.
  3. The horizontal scrollbar should allow smooth scrolling left and right across the Gantt chart.
  4. Scrollbars should only appear when the content of the Gantt chart overflows the visible area.
  5. The appearance of the scrollbars should be styleable so that I can make them match the theme of my application.
@lpickford-pixelbeard lpickford-pixelbeard added the enhancement New feature or request label Dec 26, 2023
@lpickford-pixelbeard lpickford-pixelbeard self-assigned this Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant