Subham-KRLX opened a new pull request, #64343:
URL: https://github.com/apache/airflow/pull/64343

   Fixes a layout bug where the last ~6 rows of the DAG Code view were hidden 
in Firefox. 
   
   The issue occurred because the `Editor` component attempts to take 100% 
height inside a non-flex container alongside the `FileLocation` header, pushing 
the bottom boundary of the editor to overflow the viewport. Converting the 
parent container to an explicit Flex column (using `flex={1}` and `minH={0}` on 
the code wrapper) ensures the editor strictly fills only the remaining vertical 
space across both Chrome and Firefox.
   
   closes: #64286
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes: Gemini(for pr description)
   
   


-- 
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]

Reply via email to