[FIX] probably fix scrolling issue in left menu
authorGéry Debongnie <ged@odoo.com>
Wed, 11 Jun 2014 09:16:54 +0000 (11:16 +0200)
committerGéry Debongnie <ged@odoo.com>
Wed, 11 Jun 2014 09:16:54 +0000 (11:16 +0200)
it seems like there is some issues with the max-height property in
some browsers.

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index 092b5e5..e90f6ff 100644 (file)
   padding-bottom: 16px;
 }
 .openerp .oe_leftbar > div {
-  max-height: 100%;
+  height: 100%;
   overflow-y: auto;
   overflow-x: hidden;
 }
index 41993d8..07453d9 100644 (file)
@@ -846,7 +846,7 @@ $sheet-padding: 16px
         text-shadow: none
         padding-bottom: 16px
         > div
-            max-height: 100%
+            height: 100%
             overflow-y: auto
             overflow-x: hidden
     a.oe_logo