Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 21f2073 + 68117fd commit c24f835Copy full SHA for c24f835
src/overlay/overlay.js
@@ -28,7 +28,7 @@
28
effect: 'default',
29
30
// since 1.2. fixed positioning not supported by IE6
31
- fixed: !$.browser.msie || $.browser.version > 6,
+ fixed: !/msie/.test(navigator.userAgent.toLowerCase()) || navigator.appVersion > 6,
32
33
left: 'center',
34
load: false, // 1.2
0 commit comments