[IMP] web_responsive: Payment info popover position

This commit is contained in:
Alexandre Díaz
2020-01-31 19:38:55 +01:00
parent 4d4dae1d97
commit e384f67317

View File

@@ -496,6 +496,14 @@ html .o_web_client .o_main .o_main_content {
> .o_form_sheet {
min-width: unset;
.oe_subtotal_footer .popover {
/* This is an inaccurate workaround for a problem with how Odoo places the popover
* See: https://github.com/odoo/odoo/blob/12.0/addons/account/static/src/js/account_payment_field.js#L83
*/
position: fixed !important;
top: 11.4em !important;
}
}
}