web mailing list archives

web@odoo-community.org

Avatar

[OCA/web] [RFC] web_responsive: Change behavior of html widget (#1919)

by "Enric Tobella" <notifications@github.com> - 05/05/2021 11:13:39

When using the html widget, it is hard to manage it as a second scroll bar is created if the data inside the widget is big enough, as you can see:
old_behaviour

We could make the widget overflow like this:

new_behavior

the code necessary to do this is small, and we can make it work with options if needed.

One option was to create a specific module, but as we are talking of only 13 lines of JS I think we could insert it inside web_responsive

@Yajo @pedrobaeza @OCA/web-maintainers


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.

Follow-Ups