dwhieb / Nisinoon

Website for the Algonquian Components Project (Nisinoon)
https://nisinoon.net
MIT License
1 stars 0 forks source link

Sticky header for results #127

Closed dwhieb closed 3 months ago

dwhieb commented 4 months ago
th {
  position: sticky;
  top: 0;
  z-index: 2;
}