- Small changes to allow for keyboard input, not finished

This commit is contained in:
Josako
2025-11-28 10:04:31 +01:00
parent 14273b8a70
commit b1d8c9a17d
4 changed files with 45 additions and 12 deletions

View File

@@ -24,5 +24,8 @@ useChatViewport();
height: 100%;
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
overflow: hidden;
}
</style>