We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4826f5b commit a298f01Copy full SHA for a298f01
midnight.jquery.js
@@ -139,11 +139,13 @@
139
140
// Create the fake headers
141
$originalHeader
142
- .css('position', 'fixed')
143
- .css('top', '0')
144
- .css('left', '0')
145
- .css('right', '0')
146
- .css('overflow', 'hidden');
+ .css({
+ position: 'fixed',
+ top: 0,
+ left: 0,
+ right: 0,
147
+ overflow: 'hidden'
148
+ });
149
150
updateHeaderHeight();
151
@@ -406,4 +408,4 @@
406
408
407
409
};
410
-})(jQuery));
411
+})(jQuery));
0 commit comments