No z-Index-class for modal is needed in BS 3.3, removed it.
This commit is contained in:
parent
22bf99da69
commit
07e5c41092
2 changed files with 4 additions and 5 deletions
|
@ -233,7 +233,7 @@ class App.Controller extends Spine.Controller
|
||||||
trigger: 'hover'
|
trigger: 'hover'
|
||||||
container: 'body'
|
container: 'body'
|
||||||
html: true
|
html: true
|
||||||
delay: { show: 400, hide: 400 }
|
delay: { show: 400, hide: 800 }
|
||||||
placement: position
|
placement: position
|
||||||
title: ->
|
title: ->
|
||||||
ticket_id = $(@).data('id')
|
ticket_id = $(@).data('id')
|
||||||
|
@ -270,7 +270,7 @@ class App.Controller extends Spine.Controller
|
||||||
trigger: 'hover'
|
trigger: 'hover'
|
||||||
container: 'body'
|
container: 'body'
|
||||||
html: true
|
html: true
|
||||||
delay: { show: 400, hide: 400 }
|
delay: { show: 400, hide: 800 }
|
||||||
placement: "auto #{position}"
|
placement: "auto #{position}"
|
||||||
title: ->
|
title: ->
|
||||||
user_id = $(@).data('id')
|
user_id = $(@).data('id')
|
||||||
|
@ -326,7 +326,7 @@ class App.Controller extends Spine.Controller
|
||||||
trigger: 'hover'
|
trigger: 'hover'
|
||||||
container: 'body'
|
container: 'body'
|
||||||
html: true
|
html: true
|
||||||
delay: { show: 400, hide: 400 }
|
delay: { show: 400, hide: 800 }
|
||||||
placement: "auto #{position}"
|
placement: "auto #{position}"
|
||||||
title: ->
|
title: ->
|
||||||
organization_id = $(@).data('id')
|
organization_id = $(@).data('id')
|
||||||
|
@ -486,7 +486,7 @@ class App.ControllerModal extends App.Controller
|
||||||
'click .js-cancel': 'hide'
|
'click .js-cancel': 'hide'
|
||||||
'click .js-close': 'hide'
|
'click .js-close': 'hide'
|
||||||
|
|
||||||
className: 'modal fade zIndex-9'
|
className: 'modal fade'
|
||||||
|
|
||||||
constructor: (options = {}) ->
|
constructor: (options = {}) ->
|
||||||
defaults =
|
defaults =
|
||||||
|
|
|
@ -3942,7 +3942,6 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-backdrop {
|
.modal-backdrop {
|
||||||
@extend .zIndex-8;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue