You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.