From d5de55f26ceeda8c4bb8179d63353e744611e2dd Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Sat, 27 Apr 2024 20:58:40 -0600 Subject: [PATCH] Fix image editor layer menu appearance --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index d23aa28b7..e641fd0c4 100644 --- a/style.css +++ b/style.css @@ -148,6 +148,10 @@ a{ max-width: 100%; } +.layer-wrap > ul { + background: var(--background-fill-primary) !important; +} + /* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reason. */ div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{ overflow: visible !important; -- GitLab