mirror of https://github.com/OCA/web.git
[IMP] web_widget_one2many_product_picker: Remove height limit
parent
287bed77df
commit
13d9e24d3a
|
@ -19,9 +19,15 @@
|
||||||
width: unset !important;
|
width: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#product_picker_total > h2 {
|
#product_picker_total {
|
||||||
margin: 0;
|
position: sticky;
|
||||||
padding: 0.5rem;
|
bottom: 0;
|
||||||
|
background-color: $secondary;
|
||||||
|
|
||||||
|
> h2 {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_cp_buttons {
|
.o_cp_buttons {
|
||||||
|
@ -39,7 +45,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.oe_one2many_product_picker_view {
|
.oe_one2many_product_picker_view {
|
||||||
max-height: $one2many-product-picker-max-height;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
> .row {
|
> .row {
|
||||||
|
|
Loading…
Reference in New Issue