Browse Source

#3370 default to 10

pull/3984/head
Jack Lukic 9 years ago
parent
commit
970dffbb68
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/behaviors/visibility.js

2
src/definitions/behaviors/visibility.js

@ -1180,7 +1180,7 @@ $.fn.visibility.settings = {
type : false,
// z-index to use with visibility 'fixed'
zIndex : '1',
zIndex : '10',
// image only animation settings
transition : 'fade in',

Loading…
Cancel
Save