feat: auto resize text input

This commit is contained in:
Shusui MOYATANI
2023-03-18 11:57:10 +09:00
parent c8ca583dfc
commit 066589519d
4 changed files with 23 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ const Home: Component = () => {
});
return (
<div class="flex h-screen w-screen flex-row overflow-hidden">
<div class="h-fill-available flex h-screen w-screen flex-row overflow-hidden">
<SideBar />
<div class="flex h-full flex-row overflow-y-hidden overflow-x-scroll">
<Column name="ホーム" columnIndex={1} width="widest">