MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,236:
content: none !important; /* Hides expanded URLs to keep columns tidy */
}
}
 
/* --- Fix wikitables --- */
 
.wikitable th:first-child,
.wikitable td:first-child { white-space: nowrap; }
.wikitable th:first-child,
.wikitable td:first-child {
position: sticky;
left: 0;
background: inherit; /* so scrolled cells don't show through */
z-index: 1;
}