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

[WEB-515] fix: spreadsheet layout overflow #3758

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

anmolsinghbhatia
Copy link
Collaborator

@anmolsinghbhatia anmolsinghbhatia commented Feb 22, 2024

Problem:

  1. Properties dropdown in all layouts overflow the header.
  2. Spreadsheet column sort by dropdown overlaps with the app header.
  3. Spreadsheet title column header does not stick to the top.

Solution:

  1. Resolved a z-indexing problem causing the overflow and conducted testing to ensure resolution wherever applicable.
  2. Implemented necessary modifications to the spreadsheet layout to resolve the dropdown overlap with the app header.
  3. Implemented necessary changes to the spreadsheet header component to address the issue of the title column header not sticking to the top.

Issue link: [WEB-515]

web/components/headers/cycle-issues.tsx Dismissed Show dismissed Hide dismissed
web/components/headers/module-issues.tsx Dismissed Show dismissed Hide dismissed
@anmolsinghbhatia anmolsinghbhatia added this to the v0.16 milestone Feb 22, 2024
@anmolsinghbhatia anmolsinghbhatia linked an issue Feb 22, 2024 that may be closed by this pull request
1 task
@anmolsinghbhatia anmolsinghbhatia changed the title [WEB-514] [WEB-515] fix: spreadsheet layout overflow [WEB-515] fix: spreadsheet layout overflow Feb 22, 2024
@sriramveeraghanta sriramveeraghanta merged commit ebad7f0 into develop Feb 22, 2024
7 of 9 checks passed
@sriramveeraghanta sriramveeraghanta deleted the fix/spreadsheet-layout-overflow branch February 22, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: State filter dropdown on Issues spreadsheet layout is broken
2 participants