Sur t/108791/5 , après avoir entré :
[^3] : `Mozilla.MozillaFirefoxNightly_146.2510.1421.0_x64__jag0gd4e3s9p2` démontre le contraire, selon :

… je vois :
Il ne peut pas être défilé. Je rencontre fréquemment ceci :
English
Install/Boot/Login
There is a single configuration option, which is to allow footnotes to be expanded online. The default setting was used, but I have changed it. I’ll have to look and see if anything has to be done to re-bake the message in the morning. I...
Avec les notes de bas de page included-in-core , j’ai signalé à Bug , plutôt qu’à t/84533 .
1 « J'aime »
sam
(Sam Saffron)
Octobre 26, 2025, 9:44
2
Voici un exemple [^1]
[^1] : Mozilla.MozillaFirefoxNightly_146.2510.1421.0_x64__jag0gd4e3s9p2 démontre le contraire, selon :
3 « J'aime »
Merci pour le rapport ! cela sera corrigé ici :
main ← ux-inline-footnote-fit
opened 05:56PM - 27 Oct 25 UTC
Some content like `pre` and `code` needs to know it can shrink to avoid overflow… (we already have overflow wrap present)
Before:
<img width="500" alt="image" src="https://github.com/user-attachments/assets/2910ab3d-fa65-42cb-bcc4-2e204625e141" />
After:
<img width="500" alt="image" src="https://github.com/user-attachments/assets/30f9c769-480a-4368-98b7-287c7424e252" />
1 « J'aime »
Sans rapport avec le problème de l’OP, j’ai remarqué que l’exemple de Sam est un peu étrange avec le positionnement d’une image… on peut améliorer ça aussi
3 « J'aime »
Correction pour celle-ci ici
main ← ux-tool-tip-elements
opened 08:17PM - 07 Nov 25 UTC
Fixes tooltips that contain images or multiple elements
Before:
<img width=… "400" alt="image" src="https://github.com/user-attachments/assets/93b3f4de-2418-4d1a-8cfb-2cf0098f3e6b" />
After:
<img width="400" alt="image" src="https://github.com/user-attachments/assets/57a622cc-b2d3-43a7-aedb-819c2158b543" />
1 « J'aime »