SPB Git forge

spb/admin-ka

Public
41commits 1branches 0releases
172.9 MBsize
maindefault branch
19 days agolast push
JavaScript 65.5% Python 17.8% CSS 13% HTML 3.7%

fix: scroll de l onglet Prompts (overflow-y auto manquant)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Simon-Pierre Boucher committed 1 mo ago (Aug 21, 2026) parent c3e5986

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