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: select-notifications causes button overlap on mobile #5976

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

fregante
Copy link
Member

@fregante fregante added the bug label Sep 13, 2022
@fregante fregante changed the title Avoid notification button overlap caused by select-notifications on… Fix: select-notifications causes notification button overlap on mobile Sep 13, 2022
@fregante fregante changed the title Fix: select-notifications causes notification button overlap on mobile Fix: select-notifications causes button overlap on mobile Sep 13, 2022
@fregante fregante merged commit 30015c8 into main Sep 13, 2022
@fregante fregante deleted the no-mobile-select branch September 13, 2022 17:14
@fregante
Copy link
Member Author

I forgot to test whether this still works where it should though 🥲

.rgh-open-selected-button {
/* Allow clicking on "Done" and other toolbar buttons even when the dropdown (z-index of 99) is open #4753 */
z-index: 100;
/* Only when the meny is shown as a dropdown, not as a modal (mobile) #5796 */
Copy link
Member

Choose a reason for hiding this comment

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

Meny?

Copy link
Member Author

Choose a reason for hiding this comment

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

When you think it's just a one-line change but it has 5 bugs.

fregante added a commit that referenced this pull request Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

select-notifications z-index bug on mobile
2 participants