Skip to content

Commit

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

* Initial commit
  • Loading branch information
Dennis Sluijk authored and bvanjeelharia committed Mar 1, 2023
1 parent 84a7db9 commit 014261e
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 014261e

Please sign in to comment.