fixup! [MIG] web_responsive: Migrate to v10

Scroll control panel with page using CSS instead of jQuery.

jQuery scrolling caused scrollbar malfunction.
This commit is contained in:
Daniel Torres
2016-12-27 17:05:07 -02:00
committed by Angel Moya Pardo
parent b16bc80327
commit cb95d5e815
2 changed files with 12 additions and 6 deletions

View File

@@ -44,3 +44,15 @@ main {
.o_tooltip.active {
z-index: 1051;
}
.o_web_client {
>.o_main {
overflow: auto;
> .o_main_content {
overflow: initial;
> .o_content {
overflow: initial;
}
}
}
}