You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actions dropdown in the repository tree can overflow or misalign at the screen edge, making some menu items inaccessible. This fix uses a fixed positioning strategy and sets the boundary to the viewport, ensuring the dropdown menu is always fully visible.
Expected behavior
The dropdown menu should always be fully visible and properly aligned within the viewport, preventing any part of it from being cut off regardless of its position in the list.