forked from Techsystech/web
[IMP] web_responsive: Payment info popover position
parent
4d4dae1d97
commit
e384f67317
|
@ -496,6 +496,14 @@ html .o_web_client .o_main .o_main_content {
|
||||||
|
|
||||||
> .o_form_sheet {
|
> .o_form_sheet {
|
||||||
min-width: unset;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue