Add max-height and overflow constraints to MarkdownEditor component to prevent the textbox from expanding indefinitely when typing. The editor now scrolls internally instead of pushing the save button out of view. - Added max-h-[500px] to limit editor height - Added overflow-hidden to container - Made internal editor content scrollable with overflow-y-auto |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| start-server.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||