mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Fix hover menu shifting down when chat input grows
This commit is contained in:
parent
3323dedd08
commit
e7e0df0101
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ audio {
|
|||
.hover-menu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 80%;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
box-shadow: 0 0 5px rgb(0 0 0 / 25%);
|
||||
z-index: 10000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue