1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-08 17:36:42 +02:00

remove 1px gap on sticky headers

This commit is contained in:
koalyptus 2018-06-17 21:21:41 +10:00
parent 0babe0249e
commit a5164f4ba5
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -67,7 +67,7 @@
"sugar-date": "2.0.4",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "^4.0.1",
"webpack-cli": "^3.0.7",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.0.0"
},
"bugs": {

View file

@ -35,9 +35,9 @@ table.TF
.sort-arrow
position initial
// stick headers
thead.sticky
th
position sticky
top 0
top -1px