Page MenuHomePhabricator

Links are not clickable on Hebrew Wikipedia main page for logged out desktop users - mw-footer-container covers almost entire page
Closed, DuplicatePublic

Description

Hi,

I'm not sure whether it comes from a MediaWiki update or from a gadget or a template on the local wiki, but it's pretty bad breakage, so I'm reporting here.

Links are not clickable on the Hebrew Wikipedia main page for logged out desktop users. This happens because the element <div class="mw-workspace-container mw-footer-container"> takes almost all of the page and hides the clickable content under it.

This doesn't happen when logged in, and this doesn't happen on fr, eu, and fa Wikipedias, where the new desktop is also deployed.

It's difficult to debug it because the main page is protected and consists mostly of templates.

Any help will be appreciated.

Event Timeline

Amire80 triaged this task as Unbreak Now! priority.Oct 2 2020, 7:20 AM
Amire80 lowered the priority of this task from Unbreak Now! to High.Oct 2 2020, 7:49 AM

I've unbroken it by adding clear: both to mw-footer-container in Common.css. But there should be a better fix for this. If anyone has an idea, I'll be very thankful.

Aklapper renamed this task from links are not clickable on the Hebrew Wikipedia main page for logged out desktop users to Links are not clickable on Hebrew Wikipedia main page for logged out desktop users - mw-footer-container covers almost entire page.Oct 2 2020, 9:49 AM

@Amire80 It originates in this div container:

image.png (384×2 px, 48 KB)

The float there would need to be cleared directly after. Can't access editing the main page, therefore not clear, what template(?) it is.