mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-02-07 14:12:53 +08:00
Fix image editor layer menu appearance
This commit is contained in:
parent
953e12095c
commit
d5de55f26c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user