-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
🐛 Bug Report: Elevate Profile Card Z-Index for Better Visibility #4268
Comments
I can fix this, please assign me this issue. |
Can I proceed @scopsy, Is this a valid issue? |
Yes @shaikahmadnawaz , good find. Thank you! |
This is the issue I am facing when I try to run it locally, can you please help me @ainouzgali. |
I have made the required changes, kindly review and let me know if any alterations are required. |
This issue is assigned for me right? @Shiva1406 |
yes, @shaikahmadnawaz I was working on the issue parallely and thought I would send in my code. My apologies for being abrupt as it is my first time contributing to open source. |
Are you able to run this code locally? @Shiva1406 |
@LetItRock, can you please help? |
hey, please try to clone and run the project locally instead of doing this from the Codespaces. |
I am facing the same issue locally also @LetItRock |
@shaikahmadnawaz could you try to set up the project with |
|
@shaikahmadnawaz it looks like everything is built properly :) you can now run the apps manually or with Jarvis ;) |
Check this once @LetItRock, mine is windows 11. |
to be honest, developing on Windows is painful. I would suggest to use WSL - this is what I personally do on my windows machine. I also had heap out of memory error in the past. I will assume you have enough RAM memory in your machine. Set env variable: export NODE_OPTIONS='--max-old-space-size=8192'
$Env:NODE_OPTIONS='--max-old-space-size=8192'
Keep in mind every time you open terminal, you will need to set |
Thank you so much for guiding @michaldziuba03 |
Now it's working fine locally, but I am facing this issue @michaldziuba03, the command I used to run it locally is |
do you have API running? You need at least API and WEB app npm run start:web
npm run start:api API requires running both MongoDB and Redis. |
Okay, Thank you @michaldziuba03 |
📜 Description
Currently, when clicking on the profile, the profile card is not positioned correctly in terms of its z-index. As a result, it appears beneath other elements on the page, causing visibility issues.
👟 Reproduction steps
Click on the user's profile, triggering the profile card to open.
Observe the behavior of the profile card:
Note whether the profile card consistently appears on top of all other page elements.
Identify any instances where the profile card is obscured or partially hidden by other content on the page.
👍 Expected behavior
The profile card should immediately and smoothly appear on the screen without any delays or flickering.
The profile card should consistently and reliably appear on top of all other page elements, ensuring that it is fully visible and accessible to the user.
It should not be obscured, hidden, or partially covered by any other content, such as text, images, or buttons, on the page.
👎 Actual Behavior with Screenshots
Novu version
0.19.0
npm version
No response
node version
No response
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: