diff --git a/src/fsm-sticky-header.js b/src/fsm-sticky-header.js index 50ec11c..14b01f6 100644 --- a/src/fsm-sticky-header.js +++ b/src/fsm-sticky-header.js @@ -72,12 +72,12 @@ header.removeClass('fsm-sticky-header'); header.css({ - position: 'relative', - left: 0, - top: 0, - width: 'auto', - 'z-index': 0, - visibility: 'visible' + position: '', + left: '', + top: '', + width: '', + 'z-index': '', + visibility: '' }); } }