mirror of https://github.com/OCA/web.git
[10.0][IMP][web_responsive] Make search bar sticky (#633)
* Initial commit * Initial commitpull/1390/head
parent
2a37c7c30a
commit
b3d49760c9
|
@ -50,8 +50,10 @@ main {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
> .o_main_content {
|
> .o_main_content {
|
||||||
overflow: initial;
|
overflow: initial;
|
||||||
> .o_content {
|
@media (max-width: @screen-xs-max) {
|
||||||
overflow: initial;
|
> .o_content {
|
||||||
|
overflow: initial;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue