fix(app): keep startup script field scrollable in edit project dialog (#12431)

pull/12534/head
Ganesh 2026-02-07 03:43:37 +05:30 committed by GitHub
parent def907ae4b
commit 13381580af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
value={store.startup}
onChange={(v) => setStore("startup", v)}
spellcheck={false}
class="max-h-40 w-full font-mono text-xs no-scrollbar"
class="max-h-14 w-full overflow-y-auto font-mono text-xs"
/>
</div>