mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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:
committed by
Angel Moya Pardo
parent
b16bc80327
commit
cb95d5e815
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user