style: show full instructions on mobile without scroll
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

- Remove max-height and overflow constraints from instructions
- Instructions now expand fully on mobile devices

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-30 19:57:03 +01:00
parent 3ae821299b
commit 775f6d2919

View File

@@ -225,8 +225,6 @@ code, kbd {
.instructions {
padding: var(--spacing-md);
overflow-y: auto;
max-height: 45%;
border-bottom: 1px solid var(--border-color);
}
@@ -1057,8 +1055,8 @@ input:checked + .toggle-slider::before {
}
.instructions {
max-height: 25vh;
overflow-y: auto;
max-height: none;
overflow-y: visible;
}
.editor-section {