Spaces:
Running
Running
Update style/default/style.css
Browse files- 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 {
|