Skip to content

Commit 661d9a2

Browse files
GspikeHaloMA77HEW820
authored andcommitted
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)
1 parent 7c84762 commit 661d9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/gui/src/app/workspace/component/left-panel/left-panel.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
width: 100%;
44
height: 100%;
55
position: fixed;
6+
z-index: 3;
67
}
78

89
#left-container {

0 commit comments

Comments
 (0)