Wp table header now sticky for all browsers

pull/6954/head
Inga Mai 6 years ago
parent 32eef86c23
commit 1a41db76a9
  1. 11
      app/assets/stylesheets/content/_table.sass

@ -192,12 +192,11 @@ table.generic-table
margin: 0
// Enable sticky headers in chrome
html.-supports-sticky-headers
thead.-sticky th
position: sticky
top: 0
background: white
// Enable sticky headers
thead.-sticky th
position: sticky
top: 0
background: white
.generic-table--footer-outer

Loading…
Cancel
Save