[06:57:40] [telegram] red alert [06:57:41] [telegram] urgent help [06:57:47] [telegram] I'm not even sure how to debug it [06:58:12] [telegram] for logged-out users, the links on the main page of the Hebrew Wikipedia are not clickable [06:58:25] [telegram] happens in Firefox and Chrome on the desktop [06:58:50] [telegram] doesn't happen in French, Czech or Basque, all of which also have the new desktop [07:00:00] [telegram] Can anyone reproduce it? [07:00:07] [telegram] I heard this from several other users. [07:00:18] [telegram] Sidebar links are clickable, but not those in the content part. [07:00:59] [telegram] I can reproduce the same behavior [07:01:05] [telegram] Thanks. [07:01:15] [telegram] Now does anyone have an idea what got broken?.. [07:01:40] [telegram] some html in the content? [07:02:02] [telegram] probably, but difficult to debug, because it probably comes from some template [07:02:22] [telegram] elements in the main page aren't clickable, but any other page woks [07:02:36] [telegram] Yes, only the main page. [07:05:25] [telegram] there's a footer covering the whole page for some weird reason [07:05:37] [telegram] Which element? (re @apap04: there's a footer covering the whole page for some weird reason) [07:06:54] [telegram] https://tools-static.wmflabs.org/bridgebot/9b21ceec/file_866.jpg [07:07:05] [telegram] class mw-footer [07:09:07] [telegram] there's two containers being made, but one has a mw-footer-container class [07:09:17] [telegram] https://s3.amazonaws.com/i.apap04.com/2020/10/02/chrome_OckXEq0UTe.png [07:09:35] [telegram] removing the second div fixes the problem [07:21:06] [telegram] Yeah, the question is why does it happen. [07:21:45] [telegram] I guess I could add CSS that changes it, at least as an urgent workaround, but I'd love a more sustainable solution. [07:22:07] [telegram] Phab report, FWIW https://phabricator.wikimedia.org/T264387 [07:24:51] [telegram] search for which pages have mw-footer-container in it, sort by latest edited [07:25:02] [telegram] I can't figure out to do that in hebrew [07:25:17] [telegram] Already did, can't find anything. [07:53:26] [telegram] אפשר לראות את עמליה? :) [08:25:40] [telegram] I fixed it by adding clear: both in Common.css, but it's not great. I'd love to have a better solution, but I'm afraid of touching the awful soup of HTML, templates, and MediaWiki namespace pages that are used to build the main pages without truly knowing what am I doing :/