w3c / tr-pages

Work on the w3.org/TR index page (not specs themselves)
https://www.w3.org/TR/
26 stars 12 forks source link

"Data" labels are shown on top of sticky filters #43

Closed tripu closed 6 years ago

tripu commented 6 years ago

The culprit is a

.data {
  position: relative;
}

on w3.org/2008/site/css/minimum.css, line 156.