Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue where the left panel in the workspace is covered by the menu #3236

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

GspikeHalo
Copy link
Collaborator

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

after:
image

Copy link
Collaborator

@aglinxinyuan aglinxinyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@GspikeHalo GspikeHalo merged commit 2713244 into master Jan 29, 2025
8 checks passed
@GspikeHalo GspikeHalo deleted the fix-left-panel-blocked branch January 29, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants