Commit 661d9a2
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:

after:
1 parent 7c84762 commit 661d9a2
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments