|
|
@ -99,7 +99,7 @@ BI.Popover = BI.inherit(BI.Widget, { |
|
|
|
self.body = this; |
|
|
|
self.body = this; |
|
|
|
}, |
|
|
|
}, |
|
|
|
css: { |
|
|
|
css: { |
|
|
|
"max-height": c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP - 2, |
|
|
|
"max-height": c.MAX_HEIGHT - o.headerHeight - (o.footer ? o.footerHeight : 0) - c.BODY_TGAP, |
|
|
|
"min-height": size.height, |
|
|
|
"min-height": size.height, |
|
|
|
}, |
|
|
|
}, |
|
|
|
items: [{ |
|
|
|
items: [{ |
|
|
@ -146,7 +146,7 @@ BI.Popover = BI.inherit(BI.Widget, { |
|
|
|
scrolly: false, |
|
|
|
scrolly: false, |
|
|
|
} : { |
|
|
|
} : { |
|
|
|
type: "bi.vtape", |
|
|
|
type: "bi.vtape", |
|
|
|
height: size.height - 2, |
|
|
|
height: size.height, |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|