linux_notification_center icon indicating copy to clipboard operation
linux_notification_center copied to clipboard

GTK Reordering to Accomodate Shifted Buttons.

Open mikenrafter opened this issue 1 year ago • 1 comments

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).

mikenrafter avatar Feb 23 '23 18:02 mikenrafter

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?

phuhl avatar Mar 03 '23 11:03 phuhl