3
0
Fork 0

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

* Initial commit

* Initial commit
13.0
Dennis Sluijk 2017-05-23 09:39:14 +02:00 committed by Alexandre Díaz
parent 2a37c7c30a
commit b3d49760c9
1 changed files with 4 additions and 2 deletions

View File

@ -50,11 +50,13 @@ main {
overflow: auto; overflow: auto;
> .o_main_content { > .o_main_content {
overflow: initial; overflow: initial;
@media (max-width: @screen-xs-max) {
> .o_content { > .o_content {
overflow: initial; overflow: initial;
} }
} }
} }
}
} }
// Remove z-index from CP buttons so it doesn't overlap the menu // Remove z-index from CP buttons so it doesn't overlap the menu