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
Sergey Shebanin
parent
110d29047f
commit
5aa73c7472
@@ -50,8 +50,10 @@ main {
|
||||
overflow: auto;
|
||||
> .o_main_content {
|
||||
overflow: initial;
|
||||
> .o_content {
|
||||
overflow: initial;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
> .o_content {
|
||||
overflow: initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user