Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the issue where the left panel in the workspace is covered by the…
… menu (#3236) ### Purpose: In the workspace, when dragging the left panel, it may be covered by the menu, making it impossible to continue moving. The cause of this issue is that the z-index of the left panel is not defined. ### Changes: Add a z-index to the left panel ### Demo: before: ![image](https://github.com/user-attachments/assets/3cbb6cb9-60b1-4876-9fdd-250da3c92dfd) after: ![image](https://github.com/user-attachments/assets/95691206-9bb9-4c88-92f4-84e91610e5ed)
- Loading branch information