Add Position: Sticky to Large Tables

Looking at the article at Key Values - Web APIs | MDN I see some very large tables.

Since I always use Firefox it was a simple matter for me enter the developer tools and add:

thead {
	position: sticky;
	top: 0;
}

Would it not be possible to add this to the documentation style sheet itself?

1 Like

Hi @manngo and welcome back!

That sounds like an interesting idea. You could start a discussion at https://github.com/mdn/yari/discussions. Yari is the platform that powers MDN.

Have a nice day!
Michael

Thanks Michael. I’ll do that now.