Browse Source
[10.0][IMP][web_responsive] Make search bar sticky (#633)
* Initial commit
* Initial commit
pull/1066/head
Dennis Sluijk
8 years ago
committed by
Jairo Llopis
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
1 changed files with
4 additions and
2 deletions
-
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; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|