MhussainD4772 opened a new pull request, #69693:
URL: https://github.com/apache/airflow/pull/69693
<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
On macOS, the vertical scrollbar in the Dags Grid view could overlay the
task cells of the latest (rightmost) Dags run, making them hard to see and
click. macOS uses overlay scrollbars, which do not respect scrollbar-gutter, so
this code change adds a small non-interactive spacer after the newest run
column in Grid-only view to keep the scrollbar off those cells.
closes: #69447
## Testing
- macOS Safari, Firefox, and Chrome - Grid view: scrolled to the latest run
with the vertical scrollbar visible; the rightmost column stays fully visible.
<img width="1268" height="1964" alt="BUG-FIXED chrome"
src="https://github.com/user-attachments/assets/387d3a87-c906-4a51-83ec-d67d31ee3101"
/>
<img width="1232" height="1940" alt="BUG-FIXED firefox"
src="https://github.com/user-attachments/assets/0883e5e4-4f86-4c4d-9530-865f30b67569"
/>
<img width="1053" height="1741" alt="BUG-FIXED safari"
src="https://github.com/user-attachments/assets/93ab6e2e-c4eb-475c-aaaa-a0bb28dc7303"
/>
<img width="1355" height="1700" alt="BUG-REPRODUCED"
src="https://github.com/user-attachments/assets/c69f061b-0ed8-45e0-a8d7-8b8b3ccd3ca8"
/>
https://github.com/user-attachments/assets/97cf95c2-6116-4608-b515-c7b3027c1f15
https://github.com/user-attachments/assets/24fc370b-3948-4fd7-bc0c-4ec5f014177a
Before/after screenshots attached below.
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — Cursor IDE
Generated-by: Cursor following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
---
* Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)**
for more information. Note: commit author/co-author name and email in commits
become permanently public when merged.
* For fundamental code changes, an Airflow Improvement Proposal
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
is needed.
* When adding dependency, check compliance with the [ASF 3rd Party License
Policy](https://www.apache.org/legal/resolved.html#category-x).
* For significant user-facing changes create newsfragment:
`{pr_number}.significant.rst`, in
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
You can add this file in a follow-up commit after the PR is created so you
know the PR number.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]