Fix image editor layer menu appearance

This commit is contained in:
missionfloyd 2024-04-27 20:58:40 -06:00
parent 953e12095c
commit d5de55f26c
1 changed files with 4 additions and 0 deletions

View File

@ -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;