andybrewer / mvp

MVP.css — Minimalist classless CSS stylesheet for HTML elements
https://andybrewer.github.io/mvp/
MIT License
4.98k stars 192 forks source link

proposal: make table headers sticky by default #113

Closed komuw closed 5 months ago

komuw commented 8 months ago
position: sticky;
top: 0;
ChristopherBilg commented 7 months ago

I'm hesitant to make this the default behavior as I am unsure if an MVP really calls for it. I am however open to it if you can create a PR with the changes and possibly an example in the mvp.html file.

michealp-coder commented 5 months ago

My unsolicited comments: this seems like an appropriate user override (not part of the core MVP.css functionality).