diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 86e4f32db..2e1453048 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -472,7 +472,8 @@ tr.selected td { /* ** Floating header for tableheader.js */ -thead div.sticky-header { +table.sticky-header { + margin-top: 0; background: #fff; } |