diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-25 16:08:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 16:08:53 +0100 |
| commit | c408465549d23b2097867baff2ea038e991eea40 (patch) | |
| tree | a0c2cf95e022fb13f2ea7d38a74cbb29459fe3b9 /ui/src/pages | |
| parent | fix(gui): do not hardcode db path (#2309) (diff) | |
| download | atuin-c408465549d23b2097867baff2ea038e991eea40.zip | |
fix(gui): double return on mac/linux (#2311)
Diffstat (limited to 'ui/src/pages')
| -rw-r--r-- | ui/src/pages/Dotfiles.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/pages/Dotfiles.tsx b/ui/src/pages/Dotfiles.tsx index 56f570be..85f5b0e0 100644 --- a/ui/src/pages/Dotfiles.tsx +++ b/ui/src/pages/Dotfiles.tsx @@ -98,7 +98,7 @@ export default function Dotfiles() { console.log(current); return ( - <div className="w-full flex-1 flex-col p-4"> + <div className="w-full flex-1 flex-col p-4 overflow-y-auto"> <div className="p-10"> <Header current={current} setCurrent={setCurrent} /> Manage your shell aliases, variables and paths |
