MikaFil commited on
Commit
664f69c
Β·
verified Β·
1 Parent(s): 5559127

Update style/default/style.css

Browse files
Files changed (1) hide show
  1. style/default/style.css +6 -0
style/default/style.css CHANGED
@@ -365,7 +365,13 @@ html, body { margin: 0; padding: 0; height: 100%; }
365
  line-height: 1.7;
366
  white-space: pre-wrap;
367
  opacity: 0.88;
 
 
 
 
368
  }
 
 
369
 
370
  /* ── Pied de page avec bouton lien ── */
371
  .ann-footer {
 
365
  line-height: 1.7;
366
  white-space: pre-wrap;
367
  opacity: 0.88;
368
+ max-height: calc(13px * 1.7 * 5); /* 5 lignes exactes */
369
+ overflow-y: auto;
370
+ scrollbar-width: thin;
371
+ scrollbar-color: rgba(255,255,255,0.2) transparent;
372
  }
373
+ .ann-body::-webkit-scrollbar { width: 5px; }
374
+ .ann-body::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }
375
 
376
  /* ── Pied de page avec bouton lien ── */
377
  .ann-footer {