manngo
(Mark)
1
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
mikoMK
(Michael Koch)
2
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
manngo
(Mark)
3
Thanks Michael. I’ll do that now.