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

GTK Reordering to Accomodate Shifted Buttons. #209

Open
mikenrafter opened this issue Feb 23, 2023 · 1 comment
Open

GTK Reordering to Accomodate Shifted Buttons. #209

mikenrafter opened this issue Feb 23, 2023 · 1 comment

Comments

@mikenrafter
Copy link

The GTK layering is such that the [Delete all] notification button's Z-index is lower than that of the title pieces.

image

This makes relocating the button so the notifications don't move when the button appears makes it unclickable in nearly every instance.

A small oddity is that it sometimes does work, on the bottom edge of the button, but it's essentially moot.

Solution?:
Move all buttons' Z-indices above all other items (including notifications and text).

@phuhl
Copy link
Owner

phuhl commented Mar 3, 2023

Hi @mikenrafter, thanks for the report. I think GTK CSS does not support z-index. The only solution would be reordering the items in this file.

Maybe, another option could be to limit the width of the title element through CSS but I am not sure if that would work.

Did you find a solution?

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

2 participants