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

* Initial commit

* Initial commit
pull/1066/head
Dennis Sluijk 2017-05-23 09:39:14 +02:00 committed by Jairo Llopis
parent 2c0356da4d
commit c0fdbbd685
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
1 changed files with 4 additions and 2 deletions

View File

@ -50,11 +50,13 @@ 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