mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-08 06:33:51 +01:00
Fix hover menu shifting down when chat input grows
This commit is contained in:
parent
3323dedd08
commit
e7e0df0101
|
|
@ -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…
Reference in a new issue