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

Alert messages do not close on login page #9

Open
minlopalis opened this issue Aug 25, 2021 · 9 comments
Open

Alert messages do not close on login page #9

minlopalis opened this issue Aug 25, 2021 · 9 comments

Comments

@minlopalis
Copy link

minlopalis commented Aug 25, 2021

The close button (x) does not close alert messages when on the login page.
Browser: Edge Version 92.0.902.78 (Official build) (64-bit)

image

@EXxZAM
Copy link

EXxZAM commented Sep 5, 2021

Hi, Have You Found a solution for this? Can you share? I'm stuck and can't find a workaround.

@Abbasa5251
Copy link

You need to add below CSS in app.css file

.alert {
  position: fixed;
  left: 50%;
  top: 120px;
  transform: translate(-50%, -50%);


  z-index: 99999;
}

@EXxZAM
Copy link

EXxZAM commented Sep 17, 2021

Thank You So Much!

@Sapin32
Copy link

Sapin32 commented Dec 7, 2021

You need to add below CSS in app.css file

.alert {
  position: fixed;
  left: 50%;
  top: 120px;
  transform: translate(-50%, -50%);


  z-index: 99999;
}

Thank you for pointing this out, my alert messages weren't showing properly without this.

@fallstonray
Copy link

@EXxZAM

Just checking, were you able to fix it? I have it displaying like yours but when I click the "X" it doesn't close. I've added the code referenced to my app.css but still the same. Thanks.

@EXxZAM
Copy link

EXxZAM commented Mar 23, 2022

@EXxZAM

Just checking, were you able to fix it? I have it displaying like yours but when I click the "X" it doesn't close. I've added the code referenced to my app.css but still the same. Thanks.

hi, I removed the default CSS lines related to alert messages and added the code @Abbasa5251 mentioned to app.css and it worked!

@fallstonray
Copy link

@EXxZAM Very good, thank you.

That is what I've done however it still does the same thing. It does however notice when my mouse is over the "X" as the pointer turns into a finger to click. (see attached images). Here is a sample of my current code in static/styles/app.css and main.html.

If anyone has an idea of what else I could check please let me know. Thank you.

error1

error2

error4

error5

@RemyAde
Copy link

RemyAde commented Oct 28, 2022

@fallstonray
I have the same issue too... any fix yet?

@RemyAde
Copy link

RemyAde commented Oct 28, 2022

It seems to be a browser issue. It works in Chrome, but not in Firefox as in my case
Chrome ✅

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

No branches or pull requests

6 participants