frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Table header (e.g. university rankings) displays in front of support popup.

Open domdfcoding opened this issue 3 months ago • 0 comments

On the university rankings table (here), and I assume other tables done the same way, have the <thead> element displayed above the popup from the bottom of the page asking for financial support. The support popup has zindex set to 39, but the <th> elements within the <thead> have zindex set to 9999 via a .sticky class. I don't see that class defined in this repo so it might be custom for that specific page.

Here's a screenshot.

Image

This is with Firefox on Linux

domdfcoding avatar Sep 14 '25 19:09 domdfcoding