[IMP] web_widget_one2many_product_picker: Remove height limit

pull/1784/head
Alexandre D. Díaz 2021-01-21 15:28:37 +01:00
parent 287bed77df
commit 13d9e24d3a
1 changed files with 9 additions and 4 deletions

View File

@ -19,10 +19,16 @@
width: unset !important;
}
#product_picker_total > h2 {
#product_picker_total {
position: sticky;
bottom: 0;
background-color: $secondary;
> h2 {
margin: 0;
padding: 0.5rem;
}
}
.o_cp_buttons {
width: 100%;
@ -39,7 +45,6 @@
}
.oe_one2many_product_picker_view {
max-height: $one2many-product-picker-max-height;
overflow: auto;
> .row {