mirror of https://github.com/OCA/web.git
[10.0][IMP][web_responsive] Make search bar sticky (#633)
* Initial commit * Initial commitpull/593/merge
parent
5aebdc1fba
commit
2b986c4bc5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue