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

* Initial commit

* Initial commit
This commit is contained in:
Dennis Sluijk
2017-05-23 09:39:14 +02:00
committed by Angel Moya Pardo
parent e986f0db59
commit 526e82dc5f

View File

@@ -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;
}
}
}
}