From 2b986c4bc53410c3cf5dfc3bda2ab1de3f6ee327 Mon Sep 17 00:00:00 2001 From: Dennis Sluijk Date: Tue, 23 May 2017 09:39:14 +0200 Subject: [PATCH] [10.0][IMP][web_responsive] Make search bar sticky (#633) * Initial commit * Initial commit --- web_responsive/static/src/less/main.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web_responsive/static/src/less/main.less b/web_responsive/static/src/less/main.less index 7a7763f7..9901340a 100644 --- a/web_responsive/static/src/less/main.less +++ b/web_responsive/static/src/less/main.less @@ -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; + } } } }