mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[10.0][IMP][web_responsive] Make search bar sticky (#633)
* Initial commit * Initial commit
This commit is contained in:
committed by
Angel Moya Pardo
parent
e986f0db59
commit
526e82dc5f
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user