Comment 2 for bug 1777224

Revision history for this message
Fabux (fabux) wrote :

Le problème de la TOC pourrait provenir du plugin note.
En attendant de le virer Rixo propose sur la liste d'essayer l'ajout de ceci

body .noteclassic,
body .noteimportant,
body .notewarning,
body .notetip,
body .notehelp {
 /* prevent notes from being pushed down by the TOC */
 clear: none;

 /* override existing !important on with */
 width: auto !important;

 /* give it layout, for the background, border radius, etc. to wrap
 around contents (instead of going under the floating element) */
 overflow: hidden;
}