odoo/odoo#158539

Created by JavaScript, Julien Carion (juca)
label
odoo-dev:master-view-scrollbar-without-action-manager-juca
head
8444821ae88556630a0160a255d3ea012743b104
target
master
merged
1 month ago by JavaScript, Mathieu Duckerts-Antoine (dam)

[IMP] web: views don't need action manager to scroll

This commit moves the overflow property for the o_content class inside the webclient to a more general scope where we don't need an action manager and an action to apply it. This allows to have a scrollbar inside tests without the need of spawning a webclient. Also removes useless duplicate rules from the same file.

task-3820329