Skip to content

Black box around right click menu in linux #3185

Discussion options

You must be logged in to vote

Gtk seems to require additional compositing to for it's default style. A global override will fix this behaviour for gtk 4 apps.

~/.config/gtk-4.0/gtk.css

popover contents {
        border: 1px solid rgb(150,150,150);
        border-radius: 0;
        box-shadow: none;
}

Relevant gtk issue: https://gitlab.gnome.org/GNOME/gtk/-/issues/4815.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by anund
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Issue is in an upstream project os/linux gui GUI or app issue regardless of platform (i.e. Swift, GTK)
1 participant