Browse Source

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

* Initial commit

* Initial commit
pull/593/merge
Dennis Sluijk 7 years ago
committed by Jairo Llopis
parent
commit
2b986c4bc5
  1. 6
      web_responsive/static/src/less/main.less

6
web_responsive/static/src/less/main.less

@ -50,8 +50,10 @@ main {
overflow: auto;
> .o_main_content {
overflow: initial;
> .o_content {
overflow: initial;
@media (max-width: @screen-xs-max) {
> .o_content {
overflow: initial;
}
}
}
}

Loading…
Cancel
Save