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

Allow clicking buttons behind messages div #929

Merged
merged 1 commit into from Nov 24, 2021
Merged

Allow clicking buttons behind messages div #929

merged 1 commit into from Nov 24, 2021

Conversation

Nikos410
Copy link
Contributor

If an alert is shown, any elements at the same height cannot be clicked, which is pretty frustrating, because it hides the "New Bill" button. This happens because the "messages" div is positioned absolutely with a width of 100%.

This PR solves this issue by disabling pointer-events for that div and enabling them again specifically for alerts in that div.

@almet
Copy link
Member

almet commented Nov 21, 2021

This is related to the discussion happening in #903, you probably should cooperate with @Glandos on this.

@Nikos410
Copy link
Contributor Author

Of course! Thanks for the heads-up, I did check existing issues but apparently missed that one :)

@almet
Copy link
Member

almet commented Nov 24, 2021

In any case, I believe this is currently blocking, and merging it solves an existing issue :-) Thanks!

@almet almet merged commit 05ac991 into spiral-project:master Nov 24, 2021
TomRoussel pushed a commit to TomRoussel/ihatemoney that referenced this pull request Mar 2, 2024
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.

None yet

2 participants