**List of steps to reproduce** (step by step, including full links if applicable):
* With Chrome
** Open page enough long like:
*** https://it.wikivoyage.org/wiki/Spighe_Verdi
*** https://en.wikivoyage.org/wiki/The_Most_Beautiful_Villages_of_France
*** https://fr.wikivoyage.org/wiki/Les_plus_beaux_villages_de_France
** go to the bottom of the page
** the go "enough up" (e.g. with PgUp key)
** then go again to the bottom
* With Firefox
** Open page enough long like:
*** https://it.wikivoyage.org/wiki/Spighe_Verdi
*** https://en.wikivoyage.org/wiki/The_Most_Beautiful_Villages_of_France
*** https://fr.wikivoyage.org/wiki/Les_plus_beaux_villages_de_France
** go to the bottom of the page
** refresh the page
**What happens?**:
* With Chrome:
** Sometimes (not always), is present a bit empty space below the body content, but going up and down this empty space disappear.
* With Firefox:
** The empty space appear and then disappear on every reload
This empty space is originated by the following code:
<div class="read-more-container"></div>
that present inside <div id="mw-data-after-content"></div>
but going up and down, the above code disappear.
**What should have happened instead?**:
That space and the relevant code, shoulnd't be there since the beginning
**Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc**:
Chrome 96.0.4664.45 (64 bit)
With Firefox 94.0.2 (64-bit)
However browsers should't be relevant. I suspect that there is a Javascript like ".read-more-container').remove()" that remove that block, but most likely that block shouln'd be there since the beginning.