Browse Source

[10.0][IMP][web_responsive] Make search bar sticky (#633)

* Initial commit

* Initial commit
pull/740/head
Dennis Sluijk 7 years ago
committed by Angel Moya Pardo
parent
commit
526e82dc5f
  1. 2
      web_responsive/static/src/less/main.less

2
web_responsive/static/src/less/main.less

@ -50,12 +50,14 @@ main {
overflow: auto;
> .o_main_content {
overflow: initial;
@media (max-width: @screen-xs-max) {
> .o_content {
overflow: initial;
}
}
}
}
}
// Remove z-index from CP buttons so it doesn't overlap the menu
.o_control_panel {

Loading…
Cancel
Save