fix: scroll de l onglet Prompts (overflow-y auto manquant)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 changed file +1 −1
modified
public/style.css
+1 −1
@@ -139,7 +139,7 @@ button { font-family: inherit; color: inherit; } | ||
| 139 | 139 | |
| 140 | 140 | /* vues */ |
| 141 | 141 | .view { flex: 1; min-height: 0; display: flex; flex-direction: column; overflow: hidden; } |
| 142 | −#view-sessions, #view-eco, #view-settings { overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px 14px calc(86px + env(safe-area-inset-bottom)); } | |
| 142 | +#view-sessions, #view-prompts, #view-eco, #view-settings { overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 14px 14px calc(86px + env(safe-area-inset-bottom)); } | |
| 143 | 143 | .view-head { display: flex; align-items: center; justify-content: space-between; margin: 4px 2px 14px; } |
| 144 | 144 | .view-head h2 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -0.5px; } |
| 145 | 145 | |
| 146 | 146 | |