styles for inputbox

This commit is contained in:
Henry Jameson 2026-07-24 17:13:59 +03:00
commit 147f34c1fd
2 changed files with 5 additions and 1 deletions

View file

@ -48,6 +48,10 @@
.footer { .footer {
position: sticky; position: sticky;
display: flex;
align-items: stretch;
flex-direction: column;
padding: 0;
bottom: 0; bottom: 0;
z-index: 1; z-index: 1;
} }

View file

@ -49,7 +49,7 @@
</div> </div>
<div <div
ref="footer" ref="footer"
class="panel-body footer" class="panel-footer -flexible-height footer"
> >
<div <div
class="jump-to-bottom-button" class="jump-to-bottom-button"