better comment
This commit is contained in:
parent
dbcf683030
commit
4528e431b7
@ -1005,7 +1005,8 @@
|
|||||||
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
|
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
|
||||||
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
|
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
|
||||||
|
|
||||||
to harmonize, position:fixed and display:-moz-box have to be set on different elements.
|
to harmonize, position:fixed and display:-moz-box have to be set on different elements -
|
||||||
|
#overlay and #options, respectively.
|
||||||
*/
|
*/
|
||||||
overlay = $.el('div', {
|
overlay = $.el('div', {
|
||||||
id: 'overlay'
|
id: 'overlay'
|
||||||
|
|||||||
@ -787,7 +787,8 @@ options =
|
|||||||
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
|
https://bugzilla.mozilla.org/show_bug.cgi?id=579776
|
||||||
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
|
position:fixed and position:absolute shouldn't turn display:-moz-box into display:block
|
||||||
|
|
||||||
to harmonize, position:fixed and display:-moz-box have to be set on different elements.
|
to harmonize, position:fixed and display:-moz-box have to be set on different elements -
|
||||||
|
#overlay and #options, respectively.
|
||||||
###
|
###
|
||||||
overlay = $.el 'div', id: 'overlay'
|
overlay = $.el 'div', id: 'overlay'
|
||||||
$.append overlay, dialog
|
$.append overlay, dialog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user