Skip to content

Commit

Permalink
[10.0][IMP][web_responsive] Make search bar sticky (#633)
Browse files Browse the repository at this point in the history
* Initial commit

* Initial commit
  • Loading branch information
Dennis Sluijk authored and yajo committed May 23, 2017
1 parent 5aebdc1 commit 2b986c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web_responsive/static/src/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
Expand Down

0 comments on commit 2b986c4

Please sign in to comment.