xuang7 opened a new issue, #3741:
URL: https://github.com/apache/texera/issues/3741

   ### **Problem Statement**
   In the datasets interface, the vertical divider for the sidebar and uploader 
shows inconsistent height alignment and overlapping borders.
   This appears related to container/layout behavior. The divider's container 
does not consistently inherit or enforce full height, and adjacent elements 
render borders simultaneously, resulting in duplicate borders and visual 
overlap.
   - In some cases, the divider stretches to the expected full height.
   - In other cases, it appears shorter than adjacent elements, making the 
layout look uneven.
   - In certain layouts, border lines appear to overlap.
   
   Sidebar divider appears shorter:
   <img width="1889" height="943" alt="Image" 
src="https://github.com/user-attachments/assets/6f5d8ff5-5a9a-4548-b47e-5414a95ac705";
 />
   
   Sidebar + uploader dividers appear shorter and borders overlap: 
   <img width="1587" height="865" alt="Image" 
src="https://github.com/user-attachments/assets/e5f45e5d-b2da-45d2-a6f1-a25464d16e8f";
 />
   
   This inconsistency is also observed on the email page sidebar divider:
   <img width="1906" height="1069" alt="Image" 
src="https://github.com/user-attachments/assets/4aaf6236-7b34-4197-b467-c8540bcf4af2";
 />
   
   
   ### **Proposed Solution**
   - Resolve overlap by removing duplicate borders and ensuring only one side 
renders the divider/border.
   - Adjust divider rendering to ensure consistent full-height alignment across 
panels.
   - Verify across common UI states to confirm consistent divider alignment.


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