Fix hover menu shifting down when chat input grows

This commit is contained in:
oobabooga 2026-03-06 11:52:16 -03:00
parent 3323dedd08
commit e7e0df0101

View file

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