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(ui): draggable panel issue fixed #303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Darshan808
Copy link
Contributor

Fixes #302

In this pull request, I have resolved an issue with draggable panels not coming to the front when clicked if overlapped. The core of the problem was the z-index management of the panels, where previously all panels had similar stacking priorities. To address this, I modified the z-index values, setting the actively selected panel to a z-index of 100, while other unselected draggable panels are now set to a z-index of 99. This change ensures that the panel being interacted with by the user always takes precedence and appears on top, thus significantly improving the user interface interaction and overall usability of the application.

Also the issue of dropdown menu hiding behind tabs bar has been fixed.

Screenshot 2024-05-06 180231

Copy link

netlify bot commented May 6, 2024

Deploy Preview for circuitverse ready!

Name Link
🔨 Latest commit 8d1efe4
🔍 Latest deploy log https://app.netlify.com/sites/circuitverse/deploys/6638cab2cbbe8b000820a1b1
😎 Deploy Preview https://deploy-preview-303--circuitverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Darshan808
Copy link
Contributor Author

@Arnabdaz Please review my PR or tell me if i need to work more on something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐞 Bug: [ Draggable Panels Do Not Come to Front When Clicked if Overlapped ]
1 participant