sticky input

This commit is contained in:
Simon Knott 2025-02-13 10:40:34 +01:00
parent 8e562bbb29
commit 6662cfcd5d
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -67,6 +67,8 @@
/* Input form styles */
.input-form {
position: sticky;
bottom: 0;
display: flex;
height: 50px;
gap: 8px;