mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-01-26 11:09:54 +00:00
Fix lora / embed preview being below the textbox
This was a small visual regression for the normal webui introduced by #327 Should keep the fix working for forge
This commit is contained in:
@@ -31,7 +31,8 @@ const autocompleteCSS = `
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
max-width: calc(100% - 1.5rem);
|
||||
flex-direction: column; /* Ensure children stack vertically */
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
}
|
||||
.autocompleteResults {
|
||||
background-color: var(--results-bg) !important;
|
||||
@@ -49,7 +50,6 @@ const autocompleteCSS = `
|
||||
.sideInfo {
|
||||
display: none;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
height: 18rem;
|
||||
max-width: 16rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user