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

* Initial commit

* Initial commit
pull/2405/head
Dennis Sluijk 2017-05-23 09:39:14 +02:00 committed by anjeel.haria
parent d5305b39ad
commit 56ffa63a0e
1 changed files with 4 additions and 2 deletions

View File

@ -50,12 +50,14 @@ 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
.o_control_panel {